Skip to content

Commit 9f3a79d

Browse files
authored
Merge pull request #291 from boinkor-net/release/governor/0.10.4
release: governor v0.10.4
2 parents 61b1754 + 9010ee9 commit 9f3a79d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

governor/CHANGELOG.md

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

55
## [Unreleased] - ReleaseDate
66

7+
## [[0.10.4](https://docs.rs/governor/0.10.4/governor/)] - 2025-12-16
8+
9+
Another bug-fix release to repair the documentation build on
10+
docs.rs for good: The `doc_auto_cfg` feature was deprecated,
11+
this version switches to the feature `doc_cfg`.
12+
713
## [[0.10.3](https://docs.rs/governor/0.10.3/governor/)] - 2025-12-16
814

915
- Fixed a typo that prevented docs for 0.10.2 from building on docs.rs

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.10.3"
3+
version = "0.10.4"
44
authors = ["Andreas Fuchs <asf@boinkor.net>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)