Skip to content

Commit 10493d5

Browse files
committed
release: async-dropper v0.3.0
1 parent a0792ca commit 10493d5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

crates/async-dropper/CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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+
419
## [0.2.5] - 2023-10-18
520

621
### Miscellaneous Tasks

crates/async-dropper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-dropper"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
repository = "https://github.com/t3hmrman/async-dropper"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)