chore: release 0.9.0

This commit is contained in:
cduvray 2023-04-03 07:46:04 +02:00
parent bad5ad18f3
commit f45568a044
3 changed files with 15 additions and 2 deletions

View file

@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.9.0 (2023-04-14)
### Added
- Other sources for jwt token are configurable (#10)
- Cookie
- AuthorizationHeader (default)
- Raw PEM file content as an input for JwtAuthorizer (#15)
### Changed
- Remove 'static lifetime requirement (#8)
## 0.8.1 (2023-03-16)
No public API changes, no new features.

2
Cargo.lock generated
View file

@ -723,7 +723,7 @@ dependencies = [
[[package]]
name = "jwt-authorizer"
version = "0.8.1"
version = "0.9.0"
dependencies = [
"axum",
"futures-core",

View file

@ -1,7 +1,7 @@
[package]
name = "jwt-authorizer"
description = "jwt authorizer middleware for axum"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
authors = ["cduvray <c_duvray@proton.me>"]
license = "MIT"