diff --git a/crates/async-dropper/CHANGELOG b/crates/async-dropper/CHANGELOG index cc9c6c4..c1b7ce5 100644 --- a/crates/async-dropper/CHANGELOG +++ b/crates/async-dropper/CHANGELOG @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## [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 + ## [0.2.5] - 2023-10-18 ### Miscellaneous Tasks diff --git a/crates/async-dropper/Cargo.toml b/crates/async-dropper/Cargo.toml index 702b9f9..5191c15 100644 --- a/crates/async-dropper/Cargo.toml +++ b/crates/async-dropper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-dropper" -version = "0.2.5" +version = "0.3.0" repository = "https://github.com/t3hmrman/async-dropper" license = "MIT" readme = "README.md"