Skip to content

Commit

Permalink
chore: prepare v0.5.1 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Jul 2, 2021
1 parent afe2d80 commit 562211d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.1 (July 2, 2021)

### Added

- Add several methods to atomic integer types (#217)

# 0.5.0 (April 12, 2021)

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ name = "loom"
# - Cargo.toml
# - README.md
# - Create git tag
version = "0.5.0"
version = "0.5.1"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Permutation testing for concurrent code"
documentation = "https://docs.rs/loom/0.5.0/loom"
documentation = "https://docs.rs/loom/0.5.1/loom"
homepage = "https://github.com/tokio-rs/loom"
repository = "https://github.com/tokio-rs/loom"
readme = "README.md"
Expand Down

0 comments on commit 562211d

Please sign in to comment.