File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2.11.0
2+
3+ ## What's Changed
4+ * Fix use of Result in macro output by @james7132 in https://github.com/bitflags/bitflags/pull/462
5+ * Add methods to get the known/unknown bits from a flags value by @WaterWhisperer in https://github.com/bitflags/bitflags/pull/473
6+
7+ ## New Contributors
8+ * @james7132 made their first contribution in https://github.com/bitflags/bitflags/pull/462
9+ * @WaterWhisperer made their first contribution in https://github.com/bitflags/bitflags/pull/473
10+
11+ ** Full Changelog** : https://github.com/bitflags/bitflags/compare/2.10.0...2.11.0
12+
113# 2.10.0
214
315## What's Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " bitflags"
33# NB: When modifying, also modify the number in readme (for breaking changes)
4- version = " 2.10 .0"
4+ version = " 2.11 .0"
55edition = " 2021"
66rust-version = " 1.56.0"
77authors = [" The Rust Project Developers" ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
2828
2929``` toml
3030[dependencies ]
31- bitflags = " 2.10 .0"
31+ bitflags = " 2.11 .0"
3232```
3333
3434and this to your source code:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add `bitflags` to your `Cargo.toml`:
1717
1818```toml
1919[dependencies.bitflags]
20- version = "2.10 .0"
20+ version = "2.11 .0"
2121```
2222
2323## Crate features
You can’t perform that action at this time.
0 commit comments