mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
Bump version to 0.22.1
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -161,7 +161,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bandwhich"
|
||||
version = "0.22.0"
|
||||
version = "0.22.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user