Skip to content

Commit 1351369

Browse files
authored
Merge pull request #412 from KodrAus/cargo/2.6.0
Prepare for 2.6.0 release
2 parents e1ac235 + a187b29 commit 1351369

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 2.6.0
2+
3+
## What's Changed
4+
* Sync CHANGELOG.md with github release notes by @dextero in https://github.com/bitflags/bitflags/pull/402
5+
* Update error messages and zerocopy by @KodrAus in https://github.com/bitflags/bitflags/pull/403
6+
* Bump minimum declared versions of dependencies by @dextero in https://github.com/bitflags/bitflags/pull/404
7+
* chore(deps): bump serde_derive and bytemuck versions by @joshka in https://github.com/bitflags/bitflags/pull/405
8+
* add OSFF Scorecard workflow by @KodrAus in https://github.com/bitflags/bitflags/pull/396
9+
* Update stderr messages by @KodrAus in https://github.com/bitflags/bitflags/pull/408
10+
* Fix typo by @waywardmonkeys in https://github.com/bitflags/bitflags/pull/410
11+
* Allow specifying outer attributes in impl mode by @KodrAus in https://github.com/bitflags/bitflags/pull/411
12+
13+
## New Contributors
14+
* @dextero made their first contribution in https://github.com/bitflags/bitflags/pull/402
15+
* @joshka made their first contribution in https://github.com/bitflags/bitflags/pull/405
16+
* @waywardmonkeys made their first contribution in https://github.com/bitflags/bitflags/pull/410
17+
18+
**Full Changelog**: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0
19+
120
# 2.5.0
221

322
## 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.5.0"
4+
version = "2.6.0"
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.5.0"
31+
bitflags = "2.6.0"
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.5.0"
20+
version = "2.6.0"
2121
```
2222
2323
## Generating flags types

0 commit comments

Comments
 (0)