diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc8b4f..cb25a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Unreleased +# 1.0.2 + +## Added + +- Auto generate man pages using `clap_mangen` + +## Dependencies + +### Added + +- clap_mangen + +### Updated + +- tempfile `3.3.0` -> `3.4.0` +- clap `4.0.32` -> `4.1.6` +- clap_complete `4.0.7` -> `4.1.3` + # 1.0.1 ## Improved @@ -9,7 +27,7 @@ ## Dependencies -- Update `configparser` and `clap` `and clap_complete`. +- Update `configparser` and `clap` and `clap_complete`. # 1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 3cccd01..8e7b3d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ dependencies = [ [[package]] name = "foxmarks" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 355e056..c2fa684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "foxmarks" -version = "1.0.1" +version = "1.0.2" authors = ["zer0-x"] edition = "2021" description = "A CLI read-only interface for firefox's bookmarks and history."