Skip to content

Commit

Permalink
Prepare v0.6.0 release (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Jun 27, 2023
1 parent a4341d0 commit bcf4e84
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.6.0 (June 17, 2023)

### Changed

- Increase max threads to 5 (#314)

### Added

- Support setting model thread stack size (#311)

### Fixed

- Fix corner case in `RwLock` (#300).

# 0.5.6 (May 19, 2022)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "loom"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
version = "0.5.6"
version = "0.6.0"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ your `Cargo.toml`.

```toml
[target.'cfg(loom)'.dependencies]
loom = "0.5"
loom = "0.6"
```

Next, create a test file and add a test:
Expand Down

0 comments on commit bcf4e84

Please sign in to comment.