Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 26, 2022
1 parent b22995d commit bcca22c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.1.3] - 2022-02-26

- Fix documentation about uninitialized bytes. ([#5](https://github.com/taiki-e/atomic-memcpy/pull/5))

## [0.1.2] - 2022-02-24

- Fix compatibility with `-Zmiri-symbolic-alignment-check`. ([d7961b8](https://github.com/taiki-e/atomic-memcpy/commit/d7961b845b52fe52549193ff249cba0fe3c97acf))
Expand All @@ -22,7 +26,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/atomic-memcpy/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/taiki-e/atomic-memcpy/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/taiki-e/atomic-memcpy/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomic-memcpy"
version = "0.1.2"
version = "0.1.3"
edition = "2018"
rust-version = "1.36"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit bcca22c

Please sign in to comment.