Skip to content

Commit 0cdd453

Browse files
authored
prepare v0.7.0 release (#324)
1 parent 8075e03 commit 0cdd453

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.7.0 (August 4, 2023)
2+
3+
### Added
4+
5+
- `explore()`, `stop_exploring()`, `skip_branch()` enable reducing the
6+
concurrent state exploration (#323).
7+
18
# 0.6.1 (July 21, 2023)
29

310
### Fixed

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.6.1"
8+
version = "0.7.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.6"
25+
loom = "0.7"
2626
```
2727

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

0 commit comments

Comments
 (0)