Skip to content

Commit de1ed31

Browse files
committed
release: async-dropper-derive v0.3.0
1 parent c33a9a0 commit de1ed31

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

crates/async-dropper-derive/CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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+
- Allow for multiple derive
9+
- Lint
10+
411
## [0.2.6] - 2023-10-18
512

613
### Bug Fixes

crates/async-dropper-derive/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-derive"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
repository = "https://github.com/t3hmrman/async-dropper"
55
license = "MIT"
66
readme = "README.md"

crates/async-dropper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tokio = { workspace = true, optional = true, features = [
6363

6464
# NOTE: version has to be removed if doing local dev with unpublished versions
6565
# cargo does *not* ignore the version and opt for path
66-
async-dropper-derive = { path = "../async-dropper-derive", version = "0.2.6" }
66+
async-dropper-derive = { path = "../async-dropper-derive", version = "0.3.0" }
6767
async-dropper-simple = { path = "../async-dropper-simple", version = "0.2.5" }
6868

6969
[dev-dependencies]

0 commit comments

Comments
 (0)