diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb5aae..f219ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/stormshield/cargo-ft/compare/v0.1.1...v0.1.2) - 2024-01-02 + +### Other +- *(deps)* bump serde_json from 1.0.109 to 1.0.110 ([#31](https://github.com/stormshield/cargo-ft/pull/31)) +- *(deps)* bump thiserror from 1.0.55 to 1.0.56 ([#30](https://github.com/stormshield/cargo-ft/pull/30)) +- *(deps)* bump thiserror from 1.0.50 to 1.0.55 ([#29](https://github.com/stormshield/cargo-ft/pull/29)) +- *(deps)* bump clap from 4.4.11 to 4.4.12 ([#28](https://github.com/stormshield/cargo-ft/pull/28)) +- *(deps)* bump anyhow from 1.0.75 to 1.0.79 ([#27](https://github.com/stormshield/cargo-ft/pull/27)) +- *(deps)* bump memchr from 2.6.4 to 2.7.1 ([#26](https://github.com/stormshield/cargo-ft/pull/26)) +- *(deps)* bump serde_spanned from 0.6.4 to 0.6.5 ([#25](https://github.com/stormshield/cargo-ft/pull/25)) +- *(deps)* bump cargo-platform from 0.1.5 to 0.1.6 ([#23](https://github.com/stormshield/cargo-ft/pull/23)) +- *(deps)* bump home from 0.5.5 to 0.5.9 ([#22](https://github.com/stormshield/cargo-ft/pull/22)) +- *(deps)* bump serde from 1.0.193 to 1.0.194 ([#21](https://github.com/stormshield/cargo-ft/pull/21)) +- *(dependabot)* increase open PR limit ([#20](https://github.com/stormshield/cargo-ft/pull/20)) +- *(deps)* bump quote from 1.0.33 to 1.0.35 ([#19](https://github.com/stormshield/cargo-ft/pull/19)) +- *(deps)* bump proc-macro2 from 1.0.70 to 1.0.74 ([#18](https://github.com/stormshield/cargo-ft/pull/18)) +- *(deps)* bump winnow from 0.5.28 to 0.5.31 ([#16](https://github.com/stormshield/cargo-ft/pull/16)) +- *(deps)* bump serde_json from 1.0.108 to 1.0.109 ([#14](https://github.com/stormshield/cargo-ft/pull/14)) +- *(deps)* bump cargo-config2 from 0.1.16 to 0.1.17 ([#13](https://github.com/stormshield/cargo-ft/pull/13)) +- remove unused features ([#12](https://github.com/stormshield/cargo-ft/pull/12)) +- *(deps)* bump once_cell from 1.18.0 to 1.19.0 ([#11](https://github.com/stormshield/cargo-ft/pull/11)) +- *(deps)* bump ryu from 1.0.15 to 1.0.16 ([#10](https://github.com/stormshield/cargo-ft/pull/10)) +- *(deps)* bump winnow from 0.5.25 to 0.5.28 ([#9](https://github.com/stormshield/cargo-ft/pull/9)) +- *(deps)* bump itoa from 1.0.9 to 1.0.10 ([#8](https://github.com/stormshield/cargo-ft/pull/8)) +- *(deps)* bump anstyle-query from 1.0.1 to 1.0.2 ([#7](https://github.com/stormshield/cargo-ft/pull/7)) +- *(dependabot)* move interval to monthly and update all cargo dependencies ([#6](https://github.com/stormshield/cargo-ft/pull/6)) +- *(deps)* bump anstream from 0.6.4 to 0.6.5 ([#4](https://github.com/stormshield/cargo-ft/pull/4)) + ## [0.1.1](https://github.com/stormshield/cargo-ft/compare/v0.1.0...v0.1.1) - 2023-12-08 ### Other diff --git a/Cargo.lock b/Cargo.lock index 68a3ad2..f1b5050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "cargo-ft" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 599779a..24233ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ft" -version = "0.1.1" +version = "0.1.2" authors = ["Guillaume Dallenne "] categories = ["command-line-utilities", "development-tools::cargo-plugins"] edition = "2021"