We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e09c51 + 9746672 commit ac33fc8Copy full SHA for ac33fc8
governor/CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
## [Unreleased] - ReleaseDate
6
7
+## [[0.10.0](https://docs.rs/governor/0.10.0/governor/)] - 2025-03-27
8
+
9
+## Changed
10
11
+- Opting out of the `jitter` feature now disables the `getrandom`
12
+ dependency as well as the `rand` dependency.
13
+ ([#266](https://github.com/boinkor-net/governor/pull/266),
14
+ thanks @sandhose!).
15
16
## [[0.9.0](https://docs.rs/governor/0.9.0/governor/)] - 2025-03-24
17
18
## Changed
governor/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "governor"
3
-version = "0.9.0"
+version = "0.10.0"
authors = ["Andreas Fuchs <[email protected]>"]
edition = "2018"
license = "MIT"
0 commit comments