From f2c5fb7ca5de5d2205db519492cb38307e012faf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:11:38 +0100 Subject: [PATCH] [Aeruginous] Assemble CHANGELOG (#489) Co-authored-by: AmmarAbouZor <35040531+AmmarAbouZor@users.noreply.github.com> --- .version | 2 +- CHANGELOG.ron | 18 ++++++++++++++++++ CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.version b/.version index ac454c6..34a8361 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.12.0 +0.12.1 diff --git a/CHANGELOG.ron b/CHANGELOG.ron index 3456869..f935be9 100644 --- a/CHANGELOG.ron +++ b/CHANGELOG.ron @@ -4,6 +4,24 @@ }, introduction: Some("All notable changes to this project are documented in this file.\n\nThe format is based on `Keep a Changelog`_."), sections: [ + ( + references: {}, + version: ( + major: 0, + minor: 12, + patch: 1, + ), + released: "2024-11-10T18:10:57.516434462Z", + introduction: None, + changes: ( + references: {}, + changes: { + "Added": [ + "GitHub Action to Release on Homebrew Tap", + ], + }, + ), + ), ( references: {}, version: ( diff --git a/CITATION.cff b/CITATION.cff index 7f7568b..24f5dbc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ cff-version: 1.2.0 message: Please cite this software using these information. # Version information. -date-released: 2024-09-27 -version: 0.12.0 +date-released: 2024-11-10 +version: 0.12.1 # Project information. abstract: Your journal app if you live in a terminl diff --git a/Cargo.lock b/Cargo.lock index 7c9748d..9cc5f75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2609,7 +2609,7 @@ dependencies = [ [[package]] name = "tui-journal" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 52d2bdf..4a94a65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-journal" -version = "0.12.0" +version = "0.12.1" edition = "2021" authors = ["Ammar Abou Zor"] license = "MIT"