Skip to content

Releases: t3hmrman/async-dropper

async-dropper v0.3.2

19 Sep 12:34
ec6e5bb
Compare
Choose a tag to compare

[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

19 Sep 12:31
2da490b
Compare
Choose a tag to compare

[0.2.7] - 2024-09-19

Bug Fixes

  • Cfg flag usage for nightly detection
  • Docs lint for link to stackoverflow

New Contributors

Full Changelog: async-dropper-simple-v0.2.6...async-dropper-simple-v0.2.7

async-dropper-derive v0.3.2

19 Sep 12:33
374927f
Compare
Choose a tag to compare

[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

31 Jan 08:27
a6ccaef
Compare
Choose a tag to compare

[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

26 Oct 14:46
a1f5e8b
Compare
Choose a tag to compare

[0.3.1] - 2023-10-26

Miscellaneous Tasks

  • Update deps (async-dropper-derive -> v0.3.1)

async-dropper-derive v0.3.1

26 Oct 14:44
5cc8883
Compare
Choose a tag to compare

[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

20 Oct 14:10
10493d5
Compare
Choose a tag to compare

[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

20 Oct 14:09
c33a9a0
Compare
Choose a tag to compare

[0.2.5] - 2023-10-20

Bug Fixes

  • Lint

Refactor

  • Lint cargo.toml w/ taplo

async-dropper-derive v0.3.0

20 Oct 14:10
de1ed31
Compare
Choose a tag to compare

[0.3.0] - 2023-10-20

Bug Fixes

  • Allow for multiple derive
  • Lint

async-dropper-derive v0.2.6

18 Oct 07:50
2515e04
Compare
Choose a tag to compare

[0.2.6] - 2023-10-18

Bug Fixes

  • Unqualified use of std::time::Duration in macro