Skip to content

Commit 83c4382

Browse files
committed
Release portable-atomic 1.11.1
1 parent 22d689c commit 83c4382

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1212

1313
## [Unreleased]
1414

15+
## [1.11.1] - 2025-06-06
16+
1517
- Fix build error when building non-x86 targets for Miri or ThreadSanitizer since nightly-2025-05-31.
1618

1719
- aarch64: Optimize atomic floats when FEAT_LSFE is enabled. ([#201](https://github.com/taiki-e/portable-atomic/pull/201))
@@ -530,7 +532,8 @@ The latest version of portable-atomic is 1.x. This release makes portable-atomic
530532

531533
Initial release
532534

533-
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.11.0...HEAD
535+
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.11.1...HEAD
536+
[1.11.1]: https://github.com/taiki-e/portable-atomic/compare/v1.11.0...v1.11.1
534537
[1.11.0]: https://github.com/taiki-e/portable-atomic/compare/v1.10.0...v1.11.0
535538
[1.10.0]: https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0
536539
[1.9.0]: https://github.com/taiki-e/portable-atomic/compare/v1.8.0...v1.9.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portable-atomic"
3-
version = "1.11.0" #publish:version
3+
version = "1.11.1" #publish:version
44
edition = "2018"
55
rust-version = "1.34" # For Atomic{I,U}{8,16,32,64}
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)