From a30cb5087ba94d16b4f0c231af5d2ec08a7b95b2 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 2 Apr 2023 18:21:11 +0200 Subject: [PATCH 1/3] chore(release): bump version -> 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9eee390..7efe8c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2346,7 +2346,7 @@ dependencies = [ [[package]] name = "talon" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-compression", "brotli", diff --git a/Cargo.toml b/Cargo.toml index b102545..3a0581f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talon" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["ThetaDev "] license = "MIT" From 3dfdc4c44e7b7ffd59d08a5650c94c17aa1dd939 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 2 Apr 2023 18:22:30 +0200 Subject: [PATCH 2/3] chore(git-cliff): hide version-bump messages --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 72270cf..1052d83 100644 --- a/cliff.toml +++ b/cliff.toml @@ -48,7 +48,7 @@ commit_parsers = [ { message = "^refactor", group = "Refactor"}, { message = "^style", group = "Styling"}, { message = "^test", group = "Testing"}, - { message = "^chore\\(release\\): prepare for", skip = true}, + { message = "^chore\\(release\\): (prepare for|bump)", skip = true}, { message = "(^chore)|(^ci)", group = "Miscellaneous Tasks"}, { body = ".*security", group = "Security"}, ] From 63738518a3679b82ccf32cc770e0688bf8f988b4 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 2 Apr 2023 18:23:13 +0200 Subject: [PATCH 3/3] chore(release): prepare for v0.4.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32629ec..e98e6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2023-04-02 + +### Features + +- [**breaking**] Switch database format to CBOR (not compatible with previous format) + +### Miscellaneous Tasks + +- Hide version-bump messages + ## [0.3.0] - 2023-04-02 ### Bug Fixes