Skip to content

Commit 1639861

Browse files
committed
Release portable-atomic 1.13.1
1 parent 59cbe84 commit 1639861

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.13.1] - 2026-01-31
16+
1517
- Update to stabilized [PowerPC64](https://github.com/rust-lang/rust/pull/147996) inline assembly. ([92b02f8a](https://github.com/taiki-e/portable-atomic/commit/92b02f8a279327a1780cbe127d9effb2baae9b2f))
1618

1719
- Work around [rustc_codegen_gcc bugs on x86_64](https://github.com/rust-lang/rustc_codegen_gcc/issues/821#issuecomment-3793567607). ([ae4c501](https://github.com/taiki-e/portable-atomic/commit/ae4c501aec84a3537fe35ec57ceae94b3a05ade0))
@@ -572,7 +574,8 @@ The latest version of portable-atomic is 1.x. This release makes portable-atomic
572574

573575
Initial release
574576

575-
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.13.0...HEAD
577+
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.13.1...HEAD
578+
[1.13.1]: https://github.com/taiki-e/portable-atomic/compare/v1.13.0...v1.13.1
576579
[1.13.0]: https://github.com/taiki-e/portable-atomic/compare/v1.12.0...v1.13.0
577580
[1.12.0]: https://github.com/taiki-e/portable-atomic/compare/v1.11.1...v1.12.0
578581
[1.11.1]: https://github.com/taiki-e/portable-atomic/compare/v1.11.0...v1.11.1

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.13.0" #publish:version
3+
version = "1.13.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)