Skip to content

Commit

Permalink
prepare v0.6.1 release (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Jul 21, 2023
1 parent 465f841 commit 11d6894
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.6.1 (July 21, 2023)

### Fixed

- Avoid cancelling generators as it is not a thread-safe operation (#318)

# 0.6.0 (June 17, 2023)

### Changed
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.0"
version = "0.6.1"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
Expand Down

0 comments on commit 11d6894

Please sign in to comment.