From f36a463c0b6b7886282fbe68d45e76edace1beae Mon Sep 17 00:00:00 2001 From: Will Hopkins Date: Mon, 4 Nov 2024 00:57:29 -0800 Subject: [PATCH] chore: update minor version Release-As: v0.1.1 --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/Cargo.lock b/Cargo.lock index dc0b28b..527effd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -302,7 +302,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whirlwind" -version = "0.1.0" +version = "0.1.1" dependencies = [ "crossbeam-utils", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 4afa35e..264b365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "whirlwind" description = "Collection of thread-safe, asynchronous data structures." authors = ["Will Hopkins "] -version = "0.1.0" +version = "0.1.1" edition = "2021" readme = "README.md" repository = "https://github.com/fortress-build/whirlwind" diff --git a/README.md b/README.md index cc0da4b..a784c54 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add `whirlwind` to your `Cargo.toml`: ```toml [dependencies] -whirlwind = "0.1.0" +whirlwind = "0.1.1" ``` ## 🔧 Usage