From a4b7778a56e5d6380a2dd0cdbd6ee0401c2c7efa Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 24 Mar 2024 00:35:27 +0100 Subject: [PATCH] bump version number for imminent release --- README.md | 4 +--- build.zig.zon | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8656cf94..4a6ac06f 100644 --- a/README.md +++ b/README.md @@ -131,9 +131,7 @@ what's necessary to show a feature. OR like this: `zig build -Dopenssl=true run-https` - it will tell you how to generate certificates - [**simple_router**](examples/simple_router/simple_router.zig): See how you - can use `zap.Router` to dispatch to handlers by HTTP path. It also features - `zap.RequestHandler` to capture the "self" pointer of the container of the - handler functions. + can use `zap.Router` to dispatch to handlers by HTTP path. I'll continue wrapping more of facil.io's functionality and adding stuff to zap to a point where I can use it as the JSON REST API backend for real research diff --git a/build.zig.zon b/build.zig.zon index e87f63b3..f7602046 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1 +1 @@ -.{ .name = "zap", .version = "0.5.1" } +.{ .name = "zap", .version = "0.6.0" }