Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "3"

[workspace.package]
version = "0.2.2"
version = "0.2.3"
edition = "2024"
license = "UNLICENSED"
repository = "https://github.com/4mGLn/weft"
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable project changes will be documented here.

## Unreleased

## 0.2.2 - 2026-09-13
## 0.2.3 - 2026-09-13

### Added

Expand Down
4 changes: 2 additions & 2 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Mutations require caller-owned operation IDs, actors, timestamps, and relevant e
The initial deployable boundary is the Ubuntu 24.04 x86_64 local CLI archive:

```bash
make package-release VERSION=v0.2.2
make test-release ARCHIVE=dist/weft-0.2.2-x86_64-unknown-linux-musl.tar.gz
make package-release VERSION=v0.2.3
make test-release ARCHIVE=dist/weft-0.2.3-x86_64-unknown-linux-musl.tar.gz
```

The smoke test verifies the checksum, installs into a disposable prefix, checks
Expand Down