Skip to content

Commit

Permalink
Release: v0.24.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle authored Sep 24, 2024
1 parent 3915f76 commit bc2461f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.24.0]

### Added

Expand All @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `nakago-axum` - Moved the Unverified Validator out to a separate struct that is only built when `cfg(test)` is enabled.
- `nakago-ws` - Handlers now accept a new Token type, which contains the JWT string and the Registered Claims for use in more complex authorization scenarios.
- `nakago-ws` - Changed the signature of Handlers to use Results for better error handling.
- `nakago-async-graphql` - Updated `nakago-axum`.

## [0.23.0]

Expand Down Expand Up @@ -401,7 +402,8 @@ Expect major changes to the Application and Lifecycle systems going forward, bui
- Injection Providers
- Documentation

[unreleased]: https://github.com/bkonkle/nakago/compare/0.23.0...HEAD
[unreleased]: https://github.com/bkonkle/nakago/compare/0.24.0...HEAD
[0.24.0]: https://github.com/bkonkle/nakago/compare/0.22.0...0.24.0
[0.23.0]: https://github.com/bkonkle/nakago/compare/0.22.0...0.23.0
[0.22.0]: https://github.com/bkonkle/nakago/compare/0.21.0...0.22.0
[0.21.0]: https://github.com/bkonkle/nakago/compare/0.20.0...0.21.0
Expand Down
2 changes: 1 addition & 1 deletion examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ figment = { version = "0.10", features = ["env", "toml", "yaml", "json"] }
futures = "0.3"
hyper = "1.0"
log = "0.4"
nakago-async-graphql = "0.23"
nakago-async-graphql = "0.24"
nakago-axum = "0.24"
nakago-derive = "0.23"
nakago-figment = "0.23"
Expand Down
2 changes: 1 addition & 1 deletion nakago_async_graphql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nakago-async-graphql"
version = "0.23.0"
version = "0.24.0"
description = "An Async-GraphQL integration for Nakago"
documentation = "https://docs.rs/nakago-async-graphql/"
license.workspace = true
Expand Down

0 comments on commit bc2461f

Please sign in to comment.