From 180b72b924f2326908ed26653ce21ddfcfdbf878 Mon Sep 17 00:00:00 2001 From: Yannick Poirier Date: Mon, 18 Mar 2024 08:27:29 +0100 Subject: [PATCH] v1.1.9 --- CHANGELOG.md | 22 +++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40dc6bd..409967a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased + + + + + + + + + + + + + + + + + + + ### Chore - Release flute version 1.1.7 @@ -32,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 240 commits contributed to the release over the course of 464 calendar days. + - 241 commits contributed to the release over the course of 464 calendar days. - 18 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -43,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Script to create a release ([`3f0ec8f`](https://github.com/ypo/flute/commit/3f0ec8f5f46e572cc8fe3c6039e5b3b48c098881)) - Create release ([`561d358`](https://github.com/ypo/flute/commit/561d358e74bf7f5d90637e93e2f9a0887ce3b49b)) - Fix action name ([`301578e`](https://github.com/ypo/flute/commit/301578e9b5860e545405ad0b2ba008fcfdeaa576)) - Create release action ([`1e1e16b`](https://github.com/ypo/flute/commit/1e1e16bd2ff2f1c22ed39f72b64a607b30e6af51)) diff --git a/Cargo.toml b/Cargo.toml index e964b53..23d3f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flute" -version = "1.1.8" +version = "1.1.9" authors = ["Yannick Poirier "] edition = "2021" license = "MIT"