Skip to content

Commit

Permalink
chore: release v0.1.2 (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 2, 2024
1 parent 74acb53 commit 72bb70a
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.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
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.1.1"
version = "0.1.2"
authors = ["Guillaume Dallenne <[email protected]>"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
edition = "2021"
Expand Down

0 comments on commit 72bb70a

Please sign in to comment.