diff options
| author | 2025-12-23 09:37:20 -0500 | |
|---|---|---|
| committer | 2025-12-23 09:37:20 -0500 | |
| commit | 0b50c9662813d0a6afd07dbf2472442555497149 (patch) | |
| tree | 7294d5e67b4155e2a47addc502af7c34713ba55d | |
| parent | Merge branch 'fifteen-two' (diff) | |
| download | zg-0.15.2.tar.gz zg-0.15.2.tar.xz zg-0.15.2.zip | |
Bump version refsv0.15.2
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | build.zig.zon | 4 |
2 files changed, 4 insertions, 4 deletions
| @@ -10,7 +10,7 @@ The Unicode version supported by zg is `16.0.0`. | |||
| 10 | 10 | ||
| 11 | ## Zig Version | 11 | ## Zig Version |
| 12 | 12 | ||
| 13 | The minimum Zig version required is `0.14`. | 13 | The minimum Zig version required is `0.15.2`. |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | ## Integrating zg into your Zig Project | 16 | ## Integrating zg into your Zig Project |
| @@ -19,7 +19,7 @@ You first need to add zg as a dependency in your `build.zig.zon` file. In your | |||
| 19 | Zig project's root directory, run: | 19 | Zig project's root directory, run: |
| 20 | 20 | ||
| 21 | ```plain | 21 | ```plain |
| 22 | zig fetch --save https://codeberg.org/atman/zg/archive/v0.14.1.tar.gz | 22 | zig fetch --save https://codeberg.org/atman/zg/archive/v0.15.2.tar.gz |
| 23 | ``` | 23 | ``` |
| 24 | 24 | ||
| 25 | Then instantiate the dependency in your `build.zig`: | 25 | Then instantiate the dependency in your `build.zig`: |
diff --git a/build.zig.zon b/build.zig.zon index e585449..c160bd9 100644 --- a/build.zig.zon +++ b/build.zig.zon | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | .{ | 1 | .{ |
| 2 | .name = .zg, | 2 | .name = .zg, |
| 3 | .version = "0.15.1", | 3 | .version = "0.15.2", |
| 4 | .minimum_zig_version = "0.15.1", | 4 | .minimum_zig_version = "0.15.2", |
| 5 | .fingerprint = 0x47df7778dc946aa0, | 5 | .fingerprint = 0x47df7778dc946aa0, |
| 6 | 6 | ||
| 7 | .paths = .{ | 7 | .paths = .{ |