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.0.1
2+
3+ ## What's Changed
4+ * Fix up some docs issues by @KodrAus in https://github.com/bitflags/bitflags/pull/309
5+ * Make empty_flag() const. by @tormeh in https://github.com/bitflags/bitflags/pull/313
6+ * Fix formatting of multi-bit flags with partial overlap by @KodrAus in https://github.com/bitflags/bitflags/pull/316
7+
8+ ## New Contributors
9+ * @tormeh made their first contribution in https://github.com/bitflags/bitflags/pull/313
10+
11+ ** Full Changelog** : https://github.com/bitflags/bitflags/compare/2.0.0...2.0.1
12+
113# 2.0.0
214
315## What's Changed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bitflags"
33# NB: When modifying, also modify:
44# 1. html_root_url in lib.rs
55# 2. number in readme (for breaking changes)
6- version = " 2.0.0 "
6+ version = " 2.0.1 "
77edition = " 2021"
88rust-version = " 1.56.0"
99authors = [" The Rust Project Developers" ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:
1717
1818``` toml
1919[dependencies ]
20- bitflags = " 2.0.0 "
20+ bitflags = " 2.0.1 "
2121```
2222
2323and this to your source code:
You can’t perform that action at this time.
0 commit comments