Skip to content

Commit ac33fc8

Browse files
authored
Merge pull request #267 from boinkor-net/release/governor/0.10.0
release: governor v0.10.0
2 parents 0e09c51 + 9746672 commit ac33fc8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

governor/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
## [Unreleased] - ReleaseDate
66

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+
716
## [[0.9.0](https://docs.rs/governor/0.9.0/governor/)] - 2025-03-24
817

918
## Changed

governor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "governor"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Andreas Fuchs <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)