Skip to content

Commit

Permalink
[Aeruginous] Assemble CHANGELOG (#502)
Browse files Browse the repository at this point in the history
Co-authored-by: AmmarAbouZor <[email protected]>
  • Loading branch information
github-actions[bot] and AmmarAbouZor authored Nov 25, 2024
1 parent 65cbd70 commit 923aff8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1
0.13.0
25 changes: 25 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
},
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: 13,
patch: 0,
),
released: "2024-11-25T18:59:38.861019821Z",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"Smart Case for Filter & Fuzzy Finder",
],
"Changed": [
"Update dependencies & Simplified versions",
],
"Fixed": [
"Fix Homebrew GitHub Action",
"Increase Min Rust Version & Include minimal supported rust version in CI",
],
},
),
),
(
references: {},
version: (
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cff-version: 1.2.0
message: Please cite this software using these information.

# Version information.
date-released: 2024-11-10
version: 0.12.1
date-released: 2024-11-25
version: 0.13.0

# Project information.
abstract: Your journal app if you live in a terminl
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 = "tui-journal"
version = "0.12.1"
version = "0.13.0"
edition = "2021"
authors = ["Ammar Abou Zor"]
license = "MIT"
Expand Down

0 comments on commit 923aff8

Please sign in to comment.