Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphonay committed Apr 21, 2024
1 parent 4cdbd8c commit 5584c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Know how to implement size detection for a platform not listed here? Feel free t
```
zig build
```
Use the master Zig version, or if you have Zig 0.11.0, switch to the 1.0.0-zig0.11.0 branch. Feel free to use optimization flags.
Release 1.0.1 tested with zig 0.12.0 and zig-clap 0.8.0 releases. Feel free to use optimization flags.

## Thanks
I’m using the [zig-clap](https://github.com/Hejsil/zig-clap) library to parse arguments.
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = "zcellterm",
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "1.0.0",
.version = "1.0.1",

// This field is optional.
// This is currently advisory only; Zig does not yet do anything
Expand Down

0 comments on commit 5584c61

Please sign in to comment.