Skip to content

Commit

Permalink
[Aeruginous] Assemble CHANGELOG (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: AmmarAbouZor <AmmarAbouZor@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and AmmarAbouZor committed Jan 1, 2024
1 parent a5038cd commit 21fdd82
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
21 changes: 21 additions & 0 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
},
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: 6,
patch: 1,
),
released: "2024-01-01T11:44:46.668154806Z",
introduction: None,
changes: (
references: {},
changes: {
"Changed": [
"Update Ratatui to 0.25 + Update dependencies \r\n\r\n- Ratatui has been updated in the app and in textarea to version 0.25.\r\n- Small code changes has been done due to breaking changes.\r\n- Cargo lock has been updated so we don\'t have references to old\r\n versions there.",
],
"Fixed": [
"Ignore key events of types other than press",
],
},
),
),
(
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: 2023-12-16
version: 0.6.0
date-released: 2024-01-01
version: 0.6.1

# 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.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Ammar Abou Zor"]
license = "MIT"
Expand Down
8 changes: 0 additions & 8 deletions changelog.d/20231225_150632_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20240101_113943_GitHub_Actions_main.ron

This file was deleted.

0 comments on commit 21fdd82

Please sign in to comment.