chore: release 0.10.1

This commit is contained in:
cduvray 2023-07-11 08:36:44 +02:00
parent 6db2912acf
commit ae1a29ed10
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.10.1
## 0.10.1 (2023-07-11)
### Fixed

2
Cargo.lock generated
View file

@ -858,7 +858,7 @@ dependencies = [
[[package]]
name = "jwt-authorizer"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"axum",
"chrono",

View file

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