Skip to content

Commit

Permalink
prepare v0.3.4 release (tokio-rs#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored May 2, 2020
1 parent 742117e commit 1709040
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.4 (May 2, 2020)

### Fixed
- `RwLock` bug with activating threads (#140)

# 0.3.3 (April 28, 2020)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ name = "loom"
# - Cargo.toml
# - README.md
# - Create git tag
version = "0.3.3"
version = "0.3.4"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Permutation testing for concurrent code"
documentation = "https://docs.rs/loom/0.3.3/loom"
documentation = "https://docs.rs/loom/0.3.4/loom"
homepage = "https://github.com/tokio-rs/loom"
repository = "https://github.com/tokio-rs/loom"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/loom/0.3.3")]
#![doc(html_root_url = "https://docs.rs/loom/0.3.4")]
#![deny(missing_debug_implementations, missing_docs, rust_2018_idioms)]
#![cfg_attr(loom_nightly, feature(track_caller))]

Expand Down

0 comments on commit 1709040

Please sign in to comment.