Skip to content

Commit

Permalink
Merge pull request #303 from KodrAus/cargo/2.0.0-rc.3
Browse files Browse the repository at this point in the history
Prepare for 2.0.0-rc.3 release
  • Loading branch information
KodrAus committed Feb 19, 2023
2 parents 2cf086c + 1cbb6a7 commit 13ed24d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# 2.0.0-rc.3

## What's Changed
* Use strip_prefix instead of starts_with + slice by @QuinnPainter in https://github.com/bitflags/bitflags/pull/301
* Fix up some clippy lints by @KodrAus in https://github.com/bitflags/bitflags/pull/302

## New Contributors
* @QuinnPainter made their first contribution in https://github.com/bitflags/bitflags/pull/301

**Full Changelog**: https://github.com/bitflags/bitflags/compare/2.0.0-rc.2...2.0.0-rc.3

# 2.0.0-rc.2

## Changes to `serde` serialization
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "bitflags"
# NB: When modifying, also modify:
# 1. html_root_url in lib.rs
# 2. number in readme (for breaking changes)
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
edition = "2018"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
bitflags = "2.0.0-rc.2"
bitflags = "2.0.0-rc.3"
```

and this to your source code:
Expand Down

0 comments on commit 13ed24d

Please sign in to comment.