Skip to content

Commit

Permalink
Release 0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 14, 2022
1 parent 3b40b3b commit c5dee39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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]

## [0.3.17] - 2022-12-14

- Optimize x86_64 128-bit atomic load/store on AMD CPU with AVX. ([#49](https://github.com/taiki-e/portable-atomic/pull/49))

- Improve support for custom targets on old rustc.
Expand Down Expand Up @@ -199,7 +201,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

Initial release

[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v0.3.16...HEAD
[Unreleased]: https://github.com/taiki-e/portable-atomic/compare/v0.3.17...HEAD
[0.3.17]: https://github.com/taiki-e/portable-atomic/compare/v0.3.16...v0.3.17
[0.3.16]: https://github.com/taiki-e/portable-atomic/compare/v0.3.15...v0.3.16
[0.3.15]: https://github.com/taiki-e/portable-atomic/compare/v0.3.14...v0.3.15
[0.3.14]: https://github.com/taiki-e/portable-atomic/compare/v0.3.13...v0.3.14
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 = "0.3.16"
version = "0.3.17"
edition = "2018"
rust-version = "1.34"
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 2 additions & 2 deletions portable-atomic-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portable-atomic-util"
version = "0.3.16"
version = "0.3.17"
edition = "2018"
rust-version = "1.34"
license = "Apache-2.0 OR MIT"
Expand All @@ -22,4 +22,4 @@ std = ["alloc"]
alloc = []

[dependencies]
portable-atomic = { version = "=0.3.16", path = "..", default-features = false }
portable-atomic = { version = "=0.3.17", path = "..", default-features = false }

0 comments on commit c5dee39

Please sign in to comment.