Skip to content

Commit 11d6894

Browse files
authored
prepare v0.6.1 release (#319)
1 parent 465f841 commit 11d6894

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.6.1 (July 21, 2023)
2+
3+
### Fixed
4+
5+
- Avoid cancelling generators as it is not a thread-safe operation (#318)
6+
17
# 0.6.0 (June 17, 2023)
28

39
### Changed

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.0"
8+
version = "0.6.1"
99
edition = "2018"
1010
license = "MIT"
1111
authors = ["Carl Lerche <[email protected]>"]

0 commit comments

Comments
 (0)