Skip to content

Commit bcf4e84

Browse files
authored
Prepare v0.6.0 release (#315)
1 parent a4341d0 commit bcf4e84

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.6.0 (June 17, 2023)
2+
3+
### Changed
4+
5+
- Increase max threads to 5 (#314)
6+
7+
### Added
8+
9+
- Support setting model thread stack size (#311)
10+
11+
### Fixed
12+
13+
- Fix corner case in `RwLock` (#300).
14+
115
# 0.5.6 (May 19, 2022)
216

317
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "loom"
55
# - README.md
66
# - Update CHANGELOG.md
77
# - Create git tag
8-
version = "0.5.6"
8+
version = "0.6.0"
99
edition = "2018"
1010
license = "MIT"
1111
authors = ["Carl Lerche <[email protected]>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ your `Cargo.toml`.
2222

2323
```toml
2424
[target.'cfg(loom)'.dependencies]
25-
loom = "0.5"
25+
loom = "0.6"
2626
```
2727

2828
Next, create a test file and add a test:

0 commit comments

Comments
 (0)