diff --git a/CHANGELOG.md b/CHANGELOG.md index 445c158..63f267f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.1.13] - 2024-02-08 +- Fix: `fav completion` generate the wrong script. + ## [0.1.12] - 2024-02-07 - Fix: args parsing error when using `fav modify` `fav init` command. diff --git a/Cargo.toml b/Cargo.toml index 9d6d8b9..c7eb0ba 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.1.12" +version = "0.1.13" authors = ["Louis <836250617@qq.com>"] description = "Back up your favorite online resources with CLI." license = "MIT"