From b2f88d016418ef0853ebec174badad3a72ddde41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:33:05 +0000 Subject: [PATCH] chore: release --- 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 8f6dcd0..bf0da61 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.10](https://github.com/jobs62/bb8-failsafe/compare/v0.1.9...v0.1.10) - 2024-04-01 + +### Other +- *(deps)* bump tokio from 1.36.0 to 1.37.0 + ## [0.1.9](https://github.com/jobs62/bb8-failsafe/compare/v0.1.8...v0.1.9) - 2024-03-25 ### Other diff --git a/Cargo.lock b/Cargo.lock index b00cb93..a7c8153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "bb8-failsafe" -version = "0.1.9" +version = "0.1.10" dependencies = [ "async-trait", "bb8", diff --git a/Cargo.toml b/Cargo.toml index d58ddf2..eb05afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8-failsafe" -version = "0.1.9" +version = "0.1.10" edition = "2021" license = "MIT" readme = "README.md"