We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe2d80 commit 562211dCopy full SHA for 562211d
CHANGELOG.md
@@ -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
7
# 0.5.0 (April 12, 2021)
8
9
### Breaking
Cargo.toml
@@ -8,12 +8,12 @@ name = "loom"
# - Cargo.toml
# - README.md
10
# - Create git tag
11
-version = "0.5.0"
+version = "0.5.1"
12
edition = "2018"
13
license = "MIT"
14
authors = ["Carl Lerche <[email protected]>"]
15
description = "Permutation testing for concurrent code"
16
-documentation = "https://docs.rs/loom/0.5.0/loom"
+documentation = "https://docs.rs/loom/0.5.1/loom"
17
homepage = "https://github.com/tokio-rs/loom"
18
repository = "https://github.com/tokio-rs/loom"
19
readme = "README.md"
0 commit comments