From d81e891c71cc79a5aa2c487db419a86d0ab7cb02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:32:20 +0100 Subject: [PATCH] chore: release v0.1.1 (#3) 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> --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cdb5aae --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/stormshield/cargo-ft/compare/v0.1.0...v0.1.1) - 2023-12-08 + +### Other +- reduce MSRV to 1.70 ([#2](https://github.com/stormshield/cargo-ft/pull/2)) diff --git a/Cargo.lock b/Cargo.lock index e52c878..beec843 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "cargo-ft" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d6e1af7..8625c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ft" -version = "0.1.0" +version = "0.1.1" authors = ["Guillaume Dallenne "] categories = ["command-line-utilities", "development-tools::cargo-plugins"] edition = "2021"