# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0] - 2026-02-17
- Rename `SpawnBlockingError::Aborted` to `SpawnBlockingError::Cancelled`
- Update `deadpool-runtime` dependency to version `0.3`
## [0.1.5] - 2026-02-02 (yanked)
- Bump up MSRV to `1.85` and Rust edition to `2024`.
- Update `deadpool-runtime` dependency to version `0.2`
This release was yanked because `deadpool` requires a breaking release to
support the latest `deadpool-runtime`. While this crate release was
technically valid, it is unusable in practice: no `deadpool-*` crate can
depend on it due to the runtime version mismatch. Leaving it published
would only cause it to appear as an outdated dependency with no viable
upgrade path.
## [0.1.4] - 2024-06-04
- Fix `panic` when dropping a `SyncWrapper` while it is still executing the `interact` method.
## [0.1.3] - 2024-05-24
- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates
## [0.1.2] - 2023-09-26
- Add `tracing` feature to `README`
- Fix MSRV (this was the reason for yanking the `0.1.1` release) and bump it up to `1.63` to match the one of `tokio`
## [0.1.1] - 2023-09-06 (yanked)
- Replace `deadpool` dependency by `deadpool-runtime`. This is a
non-breaking change as the `Runtime` and `SpawnBlockingError`
types were a re-export from `deadpool-runtime` anyways.
## [0.1.0] - 2021-10-26
- First release
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.5...HEAD
[0.1.5]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.4...deadpool-sync-v0.1.5
[0.1.4]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.3...deadpool-sync-v0.1.4
[0.1.3]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.2...deadpool-sync-v0.1.3
[0.1.2]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.1...deadpool-sync-v0.1.2
[0.1.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-sync-v0.1.0...deadpool-sync-v0.1.1
[0.1.0]: https://github.com/deadpool-rs/deadpool/releases/tag/deadpool-sync-v0.1.0