From 42410320ab233a56d139e7eb70d5f823e4dfd5cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:16:06 +0000 Subject: [PATCH] chore: release (#18) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6d1af..8f6dcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/jobs62/bb8-failsafe/compare/v0.1.8...v0.1.9) - 2024-03-25 + +### Other +- *(deps)* bump async-trait from 0.1.78 to 0.1.79 ([#17](https://github.com/jobs62/bb8-failsafe/pull/17)) + ## [0.1.8](https://github.com/jobs62/bb8-failsafe/compare/v0.1.7...v0.1.8) - 2024-03-18 ### Other diff --git a/Cargo.lock b/Cargo.lock index 8c493d8..400227a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "bb8-failsafe" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-trait", "bb8", diff --git a/Cargo.toml b/Cargo.toml index d45531d..d58ddf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8-failsafe" -version = "0.1.8" +version = "0.1.9" edition = "2021" license = "MIT" readme = "README.md"