From 39bcb1e915c581177ab8fc682cacfb7ffd5c7464 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:20:13 +0000 Subject: [PATCH] chore(balter): release v0.8.2 --- balter/CHANGELOG.md | 6 ++++++ balter/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/balter/CHANGELOG.md b/balter/CHANGELOG.md index d462749..94dc33c 100644 --- a/balter/CHANGELOG.md +++ b/balter/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.2](https://github.com/BalterLoadTesting/balter/compare/balter-v0.8.1...balter-v0.8.2) - 2024-12-24 + +### Other + +- Fix clippy warnings + ## [0.8.1](https://github.com/BalterLoadTesting/balter/compare/balter-v0.8.0...balter-v0.8.1) - 2024-12-23 ### Other diff --git a/balter/Cargo.toml b/balter/Cargo.toml index 394b81d..12507d8 100644 --- a/balter/Cargo.toml +++ b/balter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "balter" license = "MIT" -version = "0.8.1" +version = "0.8.2" edition = "2021" authors = ["Byron Wasti "] homepage = "https://github.com/byronwasti/balter"