Skip to content

Commit b5efed0

Browse files
committed
Release portable-atomic 1.12.0
1 parent 4a02e1d commit b5efed0

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.12.0] - 2025-12-19
16+
1517
- Fix build error on no-std pre-v6 Arm targets due to the [recent upstream change](https://github.com/rust-lang/rust/pull/149241). ([83f6f3e](https://github.com/taiki-e/portable-atomic/commit/83f6f3e4957833af6dd1bae054da1e8d51501a76))
1618

1719
- Support `unsafe-assume-single-core` feature / `portable_atomic_unsafe_assume_single_core` cfg for targets with CAS. ([38e9572](https://github.com/taiki-e/portable-atomic/commit/38e95722dde98e7a9b59d2acbff968450a0b09ea))
@@ -540,7 +542,8 @@ The latest version of portable-atomic is 1.x. This release makes portable-atomic
540542

541543
Initial release
542544

543-
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.11.1...HEAD
545+
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.12.0...HEAD
546+
[1.12.0]: https://github.com/taiki-e/portable-atomic/compare/v1.11.1...v1.12.0
544547
[1.11.1]: https://github.com/taiki-e/portable-atomic/compare/v1.11.0...v1.11.1
545548
[1.11.0]: https://github.com/taiki-e/portable-atomic/compare/v1.10.0...v1.11.0
546549
[1.10.0]: https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.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.1" #publish:version
3+
version = "1.12.0" #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)