Skip to content

Commit 562211d

Browse files
authored
chore: prepare v0.5.1 (#218)
1 parent afe2d80 commit 562211d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.1 (July 2, 2021)
2+
3+
### Added
4+
5+
- Add several methods to atomic integer types (#217)
6+
17
# 0.5.0 (April 12, 2021)
28

39
### Breaking

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ name = "loom"
88
# - Cargo.toml
99
# - README.md
1010
# - Create git tag
11-
version = "0.5.0"
11+
version = "0.5.1"
1212
edition = "2018"
1313
license = "MIT"
1414
authors = ["Carl Lerche <[email protected]>"]
1515
description = "Permutation testing for concurrent code"
16-
documentation = "https://docs.rs/loom/0.5.0/loom"
16+
documentation = "https://docs.rs/loom/0.5.1/loom"
1717
homepage = "https://github.com/tokio-rs/loom"
1818
repository = "https://github.com/tokio-rs/loom"
1919
readme = "README.md"

0 commit comments

Comments
 (0)