diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b18371..06b88c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] -### [0.2.28] - 2024-06-07 +## [0.2.28] - 2024-06-07 - fix daemon: double SIGINT handlers when pulling diff --git a/Cargo.toml b/Cargo.toml index 7991942..70879b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace.package] -version = "0.2.27" +version = "0.2.28" authors = ["Louis <836250617@qq.com>"] description = "Back up your favorite online resources with CLI." license = "MIT" @@ -17,7 +17,7 @@ documentation = "" fav_core = { path = "fav_core", version = "0.1.1" } fav_derive = { path = "fav_derive", version = "0.0.1" } fav_utils = { path = "fav_utils", version = "0.0.11" } -fav_cli = { path = "fav_cli", version = "0.2.27" } +fav_cli = { path = "fav_cli", version = "0.2.28" } [profile.release] lto = "fat"