From 592f733082d2e2b46c52f8bae822ee75c4c9fb62 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Sun, 28 Jan 2024 02:33:41 +0800 Subject: Bump version to 0.22.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae7dcc..c7a8623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.22.1] - 2024-01-28 + +## Fixed + +* Hot fix a Windows compile issue #356 - @cyqsimon + ## [0.22.0] - 2024-01-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index d403c10..029e70a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "bandwhich" -version = "0.22.0" +version = "0.22.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f746073..3d02830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bandwhich" -version = "0.22.0" +version = "0.22.1" authors = [ "Aram Drevekenin ", "Eduardo Toledo ", -- cgit v1.2.3