From a254219b96a80b6f4c48e16bd74ffecf21d0d170 Mon Sep 17 00:00:00 2001 From: just-do-halee Date: Mon, 5 Dec 2022 15:30:06 +0900 Subject: [PATCH] Release v0.2.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6546901..641dcc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wag" authors = ["just-do-halee "] -version = "0.1.0" +version = "0.2.0" edition = "2021" categories = ["asynchronous", "concurrency", "rust-patterns"] keywords = ["sync", "async", "wait", "waitgroup", "wake"] diff --git a/README.md b/README.md index fdcdff0..0fd86c4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Go like sync.WaitGroup implementation in Rust. (sync/async) | [Examples](./tests/) | [Docs](https://docs.rs/wag) | [Latest Note](./CHANGELOG.md) | ```toml -wag = "0.1.0" +wag = "0.2.0" ``` ## **`How to use,`**