From c33a9a0bbd4619c89e3c36e5f7f6a43ba203a098 Mon Sep 17 00:00:00 2001 From: vados Date: Fri, 20 Oct 2023 22:55:14 +0900 Subject: [PATCH] release: async-dropper-simple v0.2.5 --- crates/async-dropper-simple/CHANGELOG | 10 ++++++++++ crates/async-dropper-simple/Cargo.toml | 2 +- crates/async-dropper/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/crates/async-dropper-simple/CHANGELOG b/crates/async-dropper-simple/CHANGELOG index fb8b672..2186c21 100644 --- a/crates/async-dropper-simple/CHANGELOG +++ b/crates/async-dropper-simple/CHANGELOG @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.2.5] - 2023-10-20 + +### Bug Fixes + +- Lint + +### Refactor + +- Lint cargo.toml w/ taplo + ## [0.2.4] - 2023-10-16 ### Bug Fixes diff --git a/crates/async-dropper-simple/Cargo.toml b/crates/async-dropper-simple/Cargo.toml index dc7d771..c2ca1dd 100644 --- a/crates/async-dropper-simple/Cargo.toml +++ b/crates/async-dropper-simple/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-dropper-simple" -version = "0.2.4" +version = "0.2.5" repository = "https://github.com/t3hmrman/async-dropper" license = "MIT" readme = "README.md" diff --git a/crates/async-dropper/Cargo.toml b/crates/async-dropper/Cargo.toml index 04a056f..1f266ee 100644 --- a/crates/async-dropper/Cargo.toml +++ b/crates/async-dropper/Cargo.toml @@ -64,7 +64,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-simple = { path = "../async-dropper-simple", version = "0.2.4" } +async-dropper-simple = { path = "../async-dropper-simple", version = "0.2.5" } [dev-dependencies] tokio = { workspace = true, features = [