Skip to content

Commit c24a947

Browse files
committed
Release deadpool 0.12.3
1 parent 54cb398 commit c24a947

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

crates/deadpool/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

crates/deadpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deadpool"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
edition = "2021"
55
rust-version = "1.75"
66
authors = ["Michael P. Jung <michael.jung@terreon.de>"]

0 commit comments

Comments
 (0)