Skip to content

Commit

Permalink
Release portable-atomic 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 31, 2023
1 parent ce9704e commit 79be36f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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]

## [1.3.3] - 2023-05-31

- Fix build error on aarch64 ILP32 ABI targets (tier 3).

- Optimize 128-bit atomics on s390x.
Expand Down Expand Up @@ -328,7 +330,8 @@ The latest version of portable-atomic is 1.x. This release makes portable-atomic

Initial release

[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.3.2...HEAD
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v1.3.3...HEAD
[1.3.3]: https://github.com/taiki-e/portable-atomic/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/taiki-e/portable-atomic/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/taiki-e/portable-atomic/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/taiki-e/portable-atomic/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portable-atomic"
version = "1.3.2" #publish:version
version = "1.3.3" #publish:version
edition = "2018"
rust-version = "1.34"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 79be36f

Please sign in to comment.