Skip to content

Commit 8b43d2b

Browse files
authored
Merge pull request #317 from KodrAus/cargo/2.0.1
Prepare for 2.0.1 release
2 parents af44dcc + 836eabb commit 8b43d2b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
77
edition = "2021"
88
rust-version = "1.56.0"
99
authors = ["The Rust Project Developers"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
and this to your source code:

0 commit comments

Comments
 (0)