diff --git a/Cargo.lock b/Cargo.lock index f37ec72..0f761a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,7 @@ dependencies = [ [[package]] name = "sqlite_backup" -version = "0.4.1" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9de70bd..796e97d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite_backup" -version = "0.4.1" +version = "0.4.0" 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 5aff472..fb7a04c 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -v0.4.1 +v0.4.0 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4ed2986..c9e3d32 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,12 +2,6 @@ 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 c688dde..7394fc1 100644 --- a/docs/LATEST_CHANGELOG.md +++ b/docs/LATEST_CHANGELOG.md @@ -1,7 +1,8 @@ -#### Bug Fixes -- 80feb5cab1311dd0fdd453c113ce983a92c7b552 - build docker image on tags created (#34) - Richard Hao +#### Features +- 2d6cfe0b728fa143924270117c026ff4e0c23e6e - beauty the log (#32) - Richard Hao #### Miscellaneous Chores -- f2ead3edb4741c12cb48475ea8caedc8c7ccc33f - **(version)** v0.4.1 - release-bot +- 9906651c1be9eed8a339a23f44cf6ec8645a0047 - **(deps)** bump tokio from 1.32.0 to 1.33.0 (#31) - dependabot[bot] +- 9055ac253dbd32822f86fac15641aaceba6a1e68 - **(version)** v0.4.0 - release-bot