Skip to content

Commit

Permalink
prepare v0.7.0 release (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Aug 4, 2023
1 parent 8075e03 commit 0cdd453
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.7.0 (August 4, 2023)

### Added

- `explore()`, `stop_exploring()`, `skip_branch()` enable reducing the
concurrent state exploration (#323).

# 0.6.1 (July 21, 2023)

### Fixed
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.6.1"
version = "0.7.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.6"
loom = "0.7"
```

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

0 comments on commit 0cdd453

Please sign in to comment.