Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.2.1 #237

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,47 @@ 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) - 2025-01-08

### Other

- *(deps)* bump serde_json from 1.0.134 to 1.0.135 (#253)
- *(deps)* bump clap from 4.5.23 to 4.5.24 (#254)
- *(deps)* bump the cargo-metadata group with 2 updates (#257)
- *(deps)* bump quote from 1.0.37 to 1.0.38 (#248)
- *(deps)* bump serde_json from 1.0.133 to 1.0.134 (#245)
- *(deps)* bump semver from 1.0.23 to 1.0.24 (#249)
- *(deps)* bump winnow from 0.6.20 to 0.6.21 (#247)
- *(deps)* bump syn from 2.0.90 to 2.0.94 (#246)
- *(deps)* bump anyhow from 1.0.93 to 1.0.95 (#240)
- *(deps)* bump serde from 1.0.215 to 1.0.217 (#242)
- *(deps)* bump clap from 4.5.21 to 4.5.23 (#243)
- *(deps)* bump cargo-config2 from 0.1.29 to 0.1.31 (#241)
- *(deps)* bump clap_lex from 0.7.2 to 0.7.3 (#235)
- *(deps)* bump indexmap from 2.6.0 to 2.7.0 (#233)
- *(deps)* bump cargo-platform from 0.1.8 to 0.1.9 (#231)
- *(deps)* bump hashbrown from 0.15.1 to 0.15.2 (#230)
- *(deps)* bump itoa from 1.0.11 to 1.0.14 (#227)
- *(deps)* bump unicode-ident from 1.0.13 to 1.0.14 (#225)
- *(deps)* bump serde_json from 1.0.132 to 1.0.133 (#229)
- *(deps)* bump syn from 2.0.87 to 2.0.90 (#234)
- *(deps)* bump thiserror from 1.0.66 to 1.0.69 (#226)
- *(deps)* bump serde from 1.0.214 to 1.0.215 (#224)
- *(deps)* bump clap from 4.5.20 to 4.5.21 (#223)
- *(deps)* bump anyhow from 1.0.89 to 1.0.93 (#219)
- *(deps)* bump syn from 2.0.79 to 2.0.87 (#218)
- *(deps)* bump hashbrown from 0.15.0 to 0.15.1 (#217)
- *(deps)* bump colorchoice from 1.0.2 to 1.0.3 (#204)
- *(deps)* bump anstyle-parse from 0.2.5 to 0.2.6 (#203)
- *(deps)* bump proc-macro2 from 1.0.86 to 1.0.89 (#202)
- *(deps)* bump anstyle from 1.0.8 to 1.0.10 (#210)
- *(deps)* bump serde_json from 1.0.128 to 1.0.132 (#208)
- *(deps)* bump anstyle-query from 1.1.1 to 1.1.2 (#205)
- *(deps)* bump thiserror from 1.0.64 to 1.0.68 (#215)
- *(deps)* bump clap from 4.5.19 to 4.5.20 (#213)
- *(deps)* bump serde from 1.0.210 to 1.0.214 (#206)
- *(deps)* bump anstream from 0.6.15 to 0.6.18 (#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