Skip to content

Commit 5fd598a

Browse files
committed
Release portable-atomic 1.5.1
1 parent 005b6f7 commit 5fd598a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [1.5.1] - 2023-10-29
14+
1315
- Fix bug in `i{8,16}` `fetch_{or,xor}` on RISC-V without A-extension where `unsafe-assume-single-core` and `force-amo` are enabled.
1416

1517
- Optimize `swap` for targets that do not have native atomic CAS instructions.
@@ -392,7 +394,8 @@ The latest version of portable-atomic is 1.x. This release makes portable-atomic
392394

393395
Initial release
394396

395-
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.5.0...HEAD
397+
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.5.1...HEAD
398+
[1.5.1]: https://github.com/taiki-e/portable-atomic/compare/v1.5.0...v1.5.1
396399
[1.5.0]: https://github.com/taiki-e/portable-atomic/compare/v1.4.3...v1.5.0
397400
[1.4.3]: https://github.com/taiki-e/portable-atomic/compare/v1.4.2...v1.4.3
398401
[1.4.2]: https://github.com/taiki-e/portable-atomic/compare/v1.4.1...v1.4.2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portable-atomic"
3-
version = "1.5.0" #publish:version
3+
version = "1.5.1" #publish:version
44
edition = "2018"
55
rust-version = "1.34"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)