Skip to content

Commit

Permalink
bump version number for imminent release
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Mar 23, 2024
1 parent c81a211 commit a4b7778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.{ .name = "zap", .version = "0.5.1" }
.{ .name = "zap", .version = "0.6.0" }

0 comments on commit a4b7778

Please sign in to comment.