File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.1.4] - 2024-06-04
13
+
12
14
- Fix ` panic ` when dropping a ` SyncWrapper ` while it is still executing the ` interact ` method.
13
15
14
16
## [ 0.1.3] - 2024-05-24
@@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
33
- First release
32
34
33
35
<!-- next-url -->
34
- [ Unreleased ] : https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.3...HEAD
36
+ [ Unreleased ] : https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.4...HEAD
37
+ [ 0.1.4 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.3...deadpool-sync-v0.1.4
35
38
[ 0.1.3 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.2...deadpool-sync-v0.1.3
36
39
[ 0.1.2 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.1...deadpool-sync-v0.1.2
37
40
[ 0.1.1 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.0...deadpool-sync-v0.1.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " deadpool-sync"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
4
4
edition = " 2021"
5
5
rust-version = " 1.75"
6
6
authors = [" Michael P. Jung <michael.jung@terreon.de>" ]
You can’t perform that action at this time.
0 commit comments