Skip to content

Commit

Permalink
release: async-dropper-derive v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Oct 20, 2023
1 parent c33a9a0 commit de1ed31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions crates/async-dropper-derive/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.3.0] - 2023-10-20

### Bug Fixes

- Allow for multiple derive
- Lint

## [0.2.6] - 2023-10-18

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/async-dropper-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-dropper-derive"
version = "0.2.6"
version = "0.3.0"
repository = "https://github.com/t3hmrman/async-dropper"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/async-dropper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tokio = { workspace = true, optional = true, features = [

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

[dev-dependencies]
Expand Down

0 comments on commit de1ed31

Please sign in to comment.