Skip to content

Commit

Permalink
prepare v0.3.6 release (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Oct 8, 2020
1 parent 9a64417 commit 21db3cc
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.6 (October 8, 2020)

### Added
- `thread::Thread` and `thread::ThreadId` (#175)

# 0.3.5 (July 26, 2020)

### Fixed
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.5"
version = "0.3.6"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Permutation testing for concurrent code"
documentation = "https://docs.rs/loom/0.3.5/loom"
documentation = "https://docs.rs/loom/0.3.6/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.5")]
#![doc(html_root_url = "https://docs.rs/loom/0.3.6")]
#![deny(missing_debug_implementations, missing_docs, rust_2018_idioms)]
#![cfg_attr(loom_nightly, feature(track_caller))]

Expand Down

0 comments on commit 21db3cc

Please sign in to comment.