From 0b50c9662813d0a6afd07dbf2472442555497149 Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Tue, 23 Dec 2025 09:37:20 -0500 Subject: Bump version refs --- README.md | 4 ++-- build.zig.zon | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3abe480..c2db6e2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Unicode version supported by zg is `16.0.0`. ## Zig Version -The minimum Zig version required is `0.14`. +The minimum Zig version required is `0.15.2`. ## 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 Zig project's root directory, run: ```plain -zig fetch --save https://codeberg.org/atman/zg/archive/v0.14.1.tar.gz +zig fetch --save https://codeberg.org/atman/zg/archive/v0.15.2.tar.gz ``` 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 @@ .{ .name = .zg, - .version = "0.15.1", - .minimum_zig_version = "0.15.1", + .version = "0.15.2", + .minimum_zig_version = "0.15.2", .fingerprint = 0x47df7778dc946aa0, .paths = .{ -- cgit v1.2.3