We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054b93f commit 6894267Copy full SHA for 6894267
governor/CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
## [Unreleased] - ReleaseDate
6
7
+## [[0.5.1](https://docs.rs/governor/0.5.1/governor/)] - 2022-11-29
8
+
9
### Changed
10
* Fixed quota reporting for positive rate limiting decisions when
11
`StateInformationMiddleware` is in use with a real clock. Reported
governor/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "governor"
3
-version = "0.5.0"
+version = "0.5.1"
authors = ["Andreas Fuchs <[email protected]>"]
edition = "2018"
license = "MIT"
0 commit comments