From 8859f9f47c68ff09371bb2719d2123aeed7f8da1 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Thu, 31 Oct 2024 16:21:46 -0700 Subject: [PATCH] prepare for releases Update version number to prepare for releases for: * histogram 0.11.1 * ratelimit 0.10.0 * waterfall 0.8.2 --- histogram/Cargo.toml | 2 +- ratelimit/Cargo.toml | 2 +- waterfall/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/histogram/Cargo.toml b/histogram/Cargo.toml index 4e12619..2a7dd37 100644 --- a/histogram/Cargo.toml +++ b/histogram/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "histogram" -version = "0.11.0" +version = "0.11.1" edition = "2021" authors = ["Brian Martin "] license = "MIT OR Apache-2.0" diff --git a/ratelimit/Cargo.toml b/ratelimit/Cargo.toml index 56ef4af..9744ca9 100644 --- a/ratelimit/Cargo.toml +++ b/ratelimit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ratelimit" -version = "0.9.1" +version = "0.10.0" authors = ["Brian Martin "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/waterfall/Cargo.toml b/waterfall/Cargo.toml index 5fa501f..12dd6a8 100644 --- a/waterfall/Cargo.toml +++ b/waterfall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waterfall" -version = "0.8.1" +version = "0.8.2" authors = ["Brian Martin "] edition = "2021" license = "Apache-2.0"