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 #220

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
chore: release v0.2.1
  • Loading branch information
github-actions[bot] authored Nov 7, 2024
commit 66f83f9c86d8fcfd2ec842b507147c706ab481e8
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ 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-11-07

### Other

- *(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