diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f797e3..a686a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.2.7] - 2024-03-03 + +- improve error hint of IoErr + + ## [0.2.6] - 2024-02-29 - Untrack: When untrack a set, it will clear its content now, or `fav status` would keep showing its resources after untracking. diff --git a/Cargo.lock b/Cargo.lock index c955573..cd43c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,7 +347,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fav" -version = "0.2.6" +version = "0.2.7" dependencies = [ "fav_cli", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 7d412d1..ce1d59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace.package] -version = "0.2.6" +version = "0.2.7" authors = ["Louis <836250617@qq.com>"] description = "Back up your favorite online resources with CLI." license = "MIT"