From e776111c49228e7c67eb46d58136f538cf7ee2bf Mon Sep 17 00:00:00 2001 From: vados Date: Sat, 29 Jul 2023 14:24:28 +0900 Subject: [PATCH] release: async-dropper v0.0.1 --- crates/async-dropper/CHANGELOG | 9 +++++++++ crates/async-dropper/Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/crates/async-dropper/CHANGELOG b/crates/async-dropper/CHANGELOG index e69de29..b6c5bdc 100644 --- a/crates/async-dropper/CHANGELOG +++ b/crates/async-dropper/CHANGELOG @@ -0,0 +1,9 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [0.0.1] - 2023-07-29 + +### Miscellaneous Tasks + +- Prep for WIP crate release + diff --git a/crates/async-dropper/Cargo.toml b/crates/async-dropper/Cargo.toml index f393248..187f5e6 100644 --- a/crates/async-dropper/Cargo.toml +++ b/crates/async-dropper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-dropper" -version = "0.0.0" +version = "0.0.1" repository = "https://github.com/t3hmrman/async-dropper" license = "MIT" readme = "README.md" @@ -57,4 +57,4 @@ async-dropper-simple.workspace = true [dev-dependencies] tokio = { workspace = true, features = [ "time", "macros", "rt", "rt-multi-thread" ]} -async-std = { workspace = true, features = [ "attributes" ]} \ No newline at end of file +async-std = { workspace = true, features = [ "attributes" ]}