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"