Skip to content

Commit de0ec28

Browse files
authored
Merge pull request #461 from KodrAus/cargo/2.9.4
Prepare for 2.9.4 release
2 parents 3a9cce2 + c31df3c commit de0ec28

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.9.4
2+
3+
## What's Changed
4+
* Add Cargo features to readme by @KodrAus in https://github.com/bitflags/bitflags/pull/460
5+
6+
**Full Changelog**: https://github.com/bitflags/bitflags/compare/2.9.3...2.9.4
7+
18
# 2.9.3
29

310
## What's Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitflags"
33
# NB: When modifying, also modify the number in readme (for breaking changes)
4-
version = "2.9.3"
4+
version = "2.9.4"
55
edition = "2021"
66
rust-version = "1.56.0"
77
authors = ["The Rust Project Developers"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
2828

2929
```toml
3030
[dependencies]
31-
bitflags = "2.9.3"
31+
bitflags = "2.9.4"
3232
```
3333

3434
and this to your source code:

0 commit comments

Comments
 (0)