Bump version to 0.22.1

This commit is contained in:
cyqsimon
2024-01-28 02:33:41 +08:00
parent 67711e7f71
commit 592f733082
3 changed files with 8 additions and 2 deletions

View File

@@ -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

2
Cargo.lock generated
View File

@@ -161,7 +161,7 @@ dependencies = [
[[package]]
name = "bandwhich"
version = "0.22.0"
version = "0.22.1"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -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>",