Skip to content

Commit

Permalink
Merge #222
Browse files Browse the repository at this point in the history
222: Bump version to 1.17.1 and update the changelog. r=matklad a=Imberflur

Adds changelog entry for #219

Extracted from #221 since that needs [a higher MSRV ](rust-lang/rust#98383).

Co-authored-by: Imbris <imbrisf@gmail.com>
  • Loading branch information
bors[bot] and Imberflur committed Feb 14, 2023
2 parents 78ab172 + f0ad5f0 commit 3514863
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

-

## 1.17.1

- Make `OnceRef` implementation compliant with [strict provenance](https://github.com/rust-lang/rust/issues/95228).

## 1.17.0

- Add `race::OnceRef` for storing a `&'a T`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "once_cell"
version = "1.17.0"
version = "1.17.1"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 3514863

Please sign in to comment.