From cc6bb18964d23d6f92a3e100e56bed4859a01e15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:25:44 +0000 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657a4de..20d06b2 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.2.1](https://github.com/stormshield/cargo-ft/compare/v0.2.0...v0.2.1) - 2024-12-02 + +### Other + +- *(deps)* bump indexmap from 2.6.0 to 2.7.0 ([#233](https://github.com/stormshield/cargo-ft/pull/233)) +- *(deps)* bump cargo-platform from 0.1.8 to 0.1.9 ([#231](https://github.com/stormshield/cargo-ft/pull/231)) +- *(deps)* bump hashbrown from 0.15.1 to 0.15.2 ([#230](https://github.com/stormshield/cargo-ft/pull/230)) +- *(deps)* bump itoa from 1.0.11 to 1.0.14 ([#227](https://github.com/stormshield/cargo-ft/pull/227)) +- *(deps)* bump unicode-ident from 1.0.13 to 1.0.14 ([#225](https://github.com/stormshield/cargo-ft/pull/225)) +- *(deps)* bump serde_json from 1.0.132 to 1.0.133 ([#229](https://github.com/stormshield/cargo-ft/pull/229)) +- *(deps)* bump syn from 2.0.87 to 2.0.90 ([#234](https://github.com/stormshield/cargo-ft/pull/234)) +- *(deps)* bump thiserror from 1.0.66 to 1.0.69 ([#226](https://github.com/stormshield/cargo-ft/pull/226)) +- *(deps)* bump serde from 1.0.214 to 1.0.215 ([#224](https://github.com/stormshield/cargo-ft/pull/224)) +- *(deps)* bump clap from 4.5.20 to 4.5.21 ([#223](https://github.com/stormshield/cargo-ft/pull/223)) +- *(deps)* bump anyhow from 1.0.89 to 1.0.93 ([#219](https://github.com/stormshield/cargo-ft/pull/219)) +- *(deps)* bump syn from 2.0.79 to 2.0.87 ([#218](https://github.com/stormshield/cargo-ft/pull/218)) +- *(deps)* bump hashbrown from 0.15.0 to 0.15.1 ([#217](https://github.com/stormshield/cargo-ft/pull/217)) +- *(deps)* bump colorchoice from 1.0.2 to 1.0.3 ([#204](https://github.com/stormshield/cargo-ft/pull/204)) +- *(deps)* bump anstyle-parse from 0.2.5 to 0.2.6 ([#203](https://github.com/stormshield/cargo-ft/pull/203)) +- *(deps)* bump proc-macro2 from 1.0.86 to 1.0.89 ([#202](https://github.com/stormshield/cargo-ft/pull/202)) +- *(deps)* bump anstyle from 1.0.8 to 1.0.10 ([#210](https://github.com/stormshield/cargo-ft/pull/210)) +- *(deps)* bump serde_json from 1.0.128 to 1.0.132 ([#208](https://github.com/stormshield/cargo-ft/pull/208)) +- *(deps)* bump anstyle-query from 1.1.1 to 1.1.2 ([#205](https://github.com/stormshield/cargo-ft/pull/205)) +- *(deps)* bump thiserror from 1.0.64 to 1.0.68 ([#215](https://github.com/stormshield/cargo-ft/pull/215)) +- *(deps)* bump clap from 4.5.19 to 4.5.20 ([#213](https://github.com/stormshield/cargo-ft/pull/213)) +- *(deps)* bump serde from 1.0.210 to 1.0.214 ([#206](https://github.com/stormshield/cargo-ft/pull/206)) +- *(deps)* bump anstream from 0.6.15 to 0.6.18 ([#216](https://github.com/stormshield/cargo-ft/pull/216)) + ## [0.2.0](https://github.com/stormshield/cargo-ft/compare/v0.1.3...v0.2.0) - 2024-10-02 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e990265..90449f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "cargo-ft" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index f8c1ca9..a8a6f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ft" -version = "0.2.0" +version = "0.2.1" authors = ["Guillaume Dallenne "] categories = ["command-line-utilities", "development-tools::cargo-plugins"] edition = "2021"