Skip to content

Commit 18e9bc4

Browse files
committed
Release deadpool-sync 0.1.5
1 parent f8fdc53 commit 18e9bc4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/deadpool-sync/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.1.5] - 2026-02-02
13+
1214
- Bump up MSRV to `1.85` and Rust edition to `2024`.
1315
- Update `deadpool-runtime` dependency to version `0.2`
1416

@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3638
- First release
3739

3840
<!-- next-url -->
39-
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.4...HEAD
41+
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.5...HEAD
42+
[0.1.5]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.4...deadpool-sync-v0.1.5
4043
[0.1.4]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.3...deadpool-sync-v0.1.4
4144
[0.1.3]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.2...deadpool-sync-v0.1.3
4245
[0.1.2]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.1...deadpool-sync-v0.1.2

crates/deadpool-sync/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-sync"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["Michael P. Jung <michael.jung@terreon.de>"]

0 commit comments

Comments
 (0)