Releases: t3hmrman/async-dropper
Releases · t3hmrman/async-dropper
async-dropper v0.3.2
[0.3.2] - 2024-09-19
Bug Fixes
- Add anyhow dep
Documentation
- Add documentation around anyhow feature
- Improve documentation
Features
- Added error conversions
Refactor
- Make anyhow an optional dependency by feature
Full Changelog: async-dropper-derive-v0.3.2...async-dropper-v0.3.2
async-dropper-simple v0.2.7
[0.2.7] - 2024-09-19
Bug Fixes
- Cfg flag usage for nightly detection
- Docs lint for link to stackoverflow
New Contributors
- @CR7273868 made their first contribution in #20
- @fasterthanlime made their first contribution in #19
Full Changelog: async-dropper-simple-v0.2.6...async-dropper-simple-v0.2.7
async-dropper-derive v0.3.2
[0.3.2] - 2024-09-19
Documentation
- Improve documentation on macro
Refactor
- Drop tokio dependency
Full Changelog: async-dropper-simple-v0.2.7...async-dropper-derive-v0.3.2
async-dropper-simple v0.2.6
[0.2.6] - 2024-01-31
Bug Fixes
- Timeout usage
Features
- Add inner(), inner_mut(), Deref/DerefMut impls
- Remove static requirement by using async-scoped
- Add no-default-bound feature
Thanks to @beckend for their first-time considerable contributions to async-dropper-simple
!
async-dropper v0.3.1
[0.3.1] - 2023-10-26
Miscellaneous Tasks
- Update deps (async-dropper-derive -> v0.3.1)
async-dropper-derive v0.3.1
[0.3.1] - 2023-10-26
Bug Fixes
- Improve error case handling to use AsyncDropError properly
🎉 Special thanks to @lok52 for their first contributoin!
async-dropper v0.3.0
[0.3.0] - 2023-10-20
Bug Fixes
- Lint
- Publish & docsrs options
Documentation
- Update docs for dropper to prep for v0.3.0
Refactor
- Fix re-exports, centralize types
async-dropper-simple v0.2.5
[0.2.5] - 2023-10-20
Bug Fixes
- Lint
Refactor
- Lint cargo.toml w/ taplo
async-dropper-derive v0.3.0
[0.3.0] - 2023-10-20
Bug Fixes
- Allow for multiple derive
- Lint
async-dropper-derive v0.2.6
[0.2.6] - 2023-10-18
Bug Fixes
- Unqualified use of
std::time::Duration
in macro