diff --git a/Cargo.lock b/Cargo.lock index 0f761a9..f37ec72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,7 @@ dependencies = [ [[package]] name = "sqlite_backup" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 796e97d..9de70bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite_backup" -version = "0.4.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/build/version b/build/version index fb7a04c..5aff472 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -v0.4.0 +v0.4.1 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c9e3d32..4ed2986 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.4.1 - 2023-10-10 +#### Bug Fixes +- build docker image on tags created (#34) - (80feb5c) - Richard Hao + +- - - + ## v0.4.0 - 2023-10-10 #### Features - beauty the log (#32) - (2d6cfe0) - Richard Hao diff --git a/docs/LATEST_CHANGELOG.md b/docs/LATEST_CHANGELOG.md index 7394fc1..c688dde 100644 --- a/docs/LATEST_CHANGELOG.md +++ b/docs/LATEST_CHANGELOG.md @@ -1,8 +1,7 @@ -#### Features -- 2d6cfe0b728fa143924270117c026ff4e0c23e6e - beauty the log (#32) - Richard Hao +#### Bug Fixes +- 80feb5cab1311dd0fdd453c113ce983a92c7b552 - build docker image on tags created (#34) - Richard Hao #### Miscellaneous Chores -- 9906651c1be9eed8a339a23f44cf6ec8645a0047 - **(deps)** bump tokio from 1.32.0 to 1.33.0 (#31) - dependabot[bot] -- 9055ac253dbd32822f86fac15641aaceba6a1e68 - **(version)** v0.4.0 - release-bot +- f2ead3edb4741c12cb48475ea8caedc8c7ccc33f - **(version)** v0.4.1 - release-bot