summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-01-28 02:33:41 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-01-28 02:33:41 +0800
commit592f733082d2e2b46c52f8bae822ee75c4c9fb62 (patch)
treeeb4c77de2c1e53fb8b6d693d8c6b869c2dbeebe9
parent67711e7f71a0540e48cdef7591f2800c73d87b4a (diff)
Bump version to 0.22.1v0.22.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <aram@poor.dev>",
"Eduardo Toledo <etoledom@icloud.com>",