File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88<!-- next-header -->
99
10- ## [ Unreleased ]
10+ ## [ 0.12.3 ] - 2025-08-19
1111
1212- Add unique ` id ` to objects which can be read via the ` Object::id ` method
1313- Add ` WeakPool<T> ` and ` Pool::weak() ` for non-owning, upgradeable pool references.
@@ -209,7 +209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
209209- First release
210210
211211<!-- next-url -->
212- [ Unreleased ] : https://github.com/bikeshedder/deadpool/compare/deadpool-v0.12.2...HEAD
212+ [ Unreleased ] : https://github.com/bikeshedder/deadpool/compare/deadpool-v0.12.3...HEAD
213+ [ 0.12.3 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-v0.12.2...deadpool-v0.12.3
213214[ 0.12.2 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-v0.12.1...deadpool-v0.12.2
214215[ 0.12.1 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-v0.12.0...deadpool-v0.12.1
215216[ 0.12.0 ] : https://github.com/bikeshedder/deadpool/compare/deadpool-v0.11.2...deadpool-v0.12.0
Original file line number Diff line number Diff line change 11[package ]
22name = " deadpool"
3- version = " 0.12.2 "
3+ version = " 0.12.3 "
44edition = " 2021"
55rust-version = " 1.75"
66authors = [" Michael P. Jung <michael.jung@terreon.de>" ]
You can’t perform that action at this time.
0 commit comments