Skip to content

Commit 2c3a4f4

Browse files
committed
prepare for 2.9.3 release
1 parent 9e1cf3e commit 2c3a4f4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.9.3
2+
3+
## What's Changed
4+
* Streamline generated code by @nnethercote in https://github.com/bitflags/bitflags/pull/458
5+
6+
## New Contributors
7+
* @nnethercote made their first contribution in https://github.com/bitflags/bitflags/pull/458
8+
9+
**Full Changelog**: https://github.com/bitflags/bitflags/compare/2.9.2...2.9.3
10+
111
# 2.9.2
212

313
## 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.2"
4+
version = "2.9.3"
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.2"
31+
bitflags = "2.9.3"
3232
```
3333

3434
and this to your source code:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add `bitflags` to your `Cargo.toml`:
1717
1818
```toml
1919
[dependencies.bitflags]
20-
version = "2.9.2"
20+
version = "2.9.3"
2121
```
2222
2323
## Crate features

0 commit comments

Comments
 (0)