Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
1 parent 351ca0d commit cc6bb18
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-ft"
version = "0.2.0"
version = "0.2.1"
authors = ["Guillaume Dallenne <guillaume.dallenne@stormshield.eu>"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
edition = "2021"
Expand Down

0 comments on commit cc6bb18

Please sign in to comment.