mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.23.0] - 2024-08-17
|
||||
|
||||
## Fixed
|
||||
|
||||
* Remove redundant imports #377 - @cyqsimon
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -171,7 +171,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bandwhich"
|
||||
version = "0.22.2"
|
||||
version = "0.23.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bandwhich"
|
||||
version = "0.22.2"
|
||||
version = "0.23.0"
|
||||
authors = [
|
||||
"Aram Drevekenin <aram@poor.dev>",
|
||||
"Eduardo Toledo <etoledom@icloud.com>",
|
||||
|
||||
Reference in New Issue
Block a user