Skip to content

Commit

Permalink
Release portable-atomic-util 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 22, 2024
1 parent e397498 commit e0e7eb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion portable-atomic-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.2.1] - 2024-06-22

- Support `impl Error for Arc<T: Error>` in no-std at Rust 1.81+. ([30b9f90](/~https://github.com/taiki-e/portable-atomic/commit/30b9f90346dfad14ab00f1c7e1f988f941330bcf))

- Implement `Default` for `Arc<[T]>` and `Arc<str>` at Rust 1.51+. (align to the [std Arc change in Rust 1.80](/~https://github.com/rust-lang/rust/pull/124640)) ([c6ee296](/~https://github.com/taiki-e/portable-atomic/commit/c6ee29606984863d008c2cf2209751ed0fa43b14))
Expand Down Expand Up @@ -70,7 +72,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

Initial release

[Unreleased]: /~https://github.com/taiki-e/portable-atomic/compare/portable-atomic-util-0.2.0...HEAD
[Unreleased]: /~https://github.com/taiki-e/portable-atomic/compare/portable-atomic-util-0.2.1...HEAD
[0.2.1]: /~https://github.com/taiki-e/portable-atomic/compare/portable-atomic-util-0.2.0...portable-atomic-util-0.2.1
[0.2.0]: /~https://github.com/taiki-e/portable-atomic/compare/portable-atomic-util-0.1.5...portable-atomic-util-0.2.0
[0.1.5]: /~https://github.com/taiki-e/portable-atomic/compare/portable-atomic-util-0.1.4...portable-atomic-util-0.1.5
[0.1.4]: /~https://github.com/taiki-e/portable-atomic/compare/portable-atomic-util-0.1.3...portable-atomic-util-0.1.4
Expand Down
2 changes: 1 addition & 1 deletion portable-atomic-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portable-atomic-util"
version = "0.2.0" #publish:version
version = "0.2.1" #publish:version
edition = "2018"
rust-version = "1.34"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit e0e7eb8

Please sign in to comment.