From 71490491b8f1b0741218160b88cf0a87d2a941ce Mon Sep 17 00:00:00 2001 From: prajwalch Date: Wed, 5 Mar 2025 22:15:27 +0545 Subject: [PATCH] Bump version to `v0.6.3` --- README.md | 1 + build.zig.zon | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68fedc5..a0ce134 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Inspired by [clap-rs](https://github.com/clap-rs/clap) and [andrewrk/ziglang: sr | yazap | Zig | | ----------------------------------------------------------------- | ---------------------------------------- | | main | [master](https://github.com/ziglang/zig) | +| [`0.6.3`](https://github.com/prajwalch/yazap/releases/tag/v0.6.3) | `0.14.0` | | [`0.5.1`](https://github.com/prajwalch/yazap/releases/tag/v0.5.1) | `0.12.0`, `0.12.1` and `0.13.0` | | <= `0.5.0` | Not supported to any | diff --git a/build.zig.zon b/build.zig.zon index 1a7f2dd..b95bd14 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .yazap, - .version = "0.6.2", + .version = "0.6.3", .fingerprint = 0xc4ff2399127e5b67, .dependencies = .{ // See `zig fetch --save ` for a command-line interface for adding dependencies.