Compare commits

..

No commits in common. "63738518a3679b82ccf32cc770e0688bf8f988b4" and "d76e7a49edb3d2289bf598248d44d58e17eb9f8e" have entirely different histories.

4 changed files with 3 additions and 13 deletions

View file

@ -2,16 +2,6 @@
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

2
Cargo.lock generated
View file

@ -2346,7 +2346,7 @@ dependencies = [
[[package]]
name = "talon"
version = "0.4.0"
version = "0.3.0"
dependencies = [
"async-compression",
"brotli",

View file

@ -1,6 +1,6 @@
[package]
name = "talon"
version = "0.4.0"
version = "0.3.0"
edition = "2021"
authors = ["ThetaDev <t.testboy@gmail.com>"]
license = "MIT"

View file

@ -48,7 +48,7 @@ commit_parsers = [
{ message = "^refactor", group = "Refactor"},
{ message = "^style", group = "Styling"},
{ message = "^test", group = "Testing"},
{ message = "^chore\\(release\\): (prepare for|bump)", skip = true},
{ message = "^chore\\(release\\): prepare for", skip = true},
{ message = "(^chore)|(^ci)", group = "Miscellaneous Tasks"},
{ body = ".*security", group = "Security"},
]