We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0792ca commit 10493d5Copy full SHA for 10493d5
crates/async-dropper/CHANGELOG
@@ -1,6 +1,21 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.3.0] - 2023-10-20
5
+
6
+### Bug Fixes
7
8
+- Lint
9
+- Publish & docsrs options
10
11
+### Documentation
12
13
+- Update docs for dropper to prep for v0.3.0
14
15
+### Refactor
16
17
+- Fix re-exports, centralize types
18
19
## [0.2.5] - 2023-10-18
20
21
### Miscellaneous Tasks
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"
0 commit comments