From 439b48cadefa1f1195f33bbdcbd14413a21a7bc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:54:25 -0500 Subject: [PATCH] release(version): Bump to v0.4.1 (#38) * chore(version): v0.4.1 * release(version): bump to v0.4.1 --------- Co-authored-by: release-bot Co-authored-by: 0xRichardH <0xRichardH@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- build/version | 2 +- docs/CHANGELOG.md | 11 +++++++++++ docs/LATEST_CHANGELOG.md | 12 ++++++++---- 5 files changed, 22 insertions(+), 7 deletions(-) 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..ff92c6c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,17 @@ 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 +- **(ci)** able to trigger workflow within a workflow (#37) - (6365ea8) - Richard Hao +- build docker image on tags created (#34) - (80feb5c) - Richard Hao +#### Miscellaneous Chores +- Revert "release(version): Bump to v0.4.1 (#35)" (#36) - (56d520a) - Richard Hao +#### Releases +- **(version)** Bump to v0.4.1 (#35) - (e069389) - github-actions[bot] + +- - - + ## 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..c3562b2 100644 --- a/docs/LATEST_CHANGELOG.md +++ b/docs/LATEST_CHANGELOG.md @@ -1,8 +1,12 @@ -#### Features -- 2d6cfe0b728fa143924270117c026ff4e0c23e6e - beauty the log (#32) - Richard Hao +#### Bug Fixes +- 6365ea8002a637f397c8f6170270f176d3a5e994 - **(ci)** able to trigger workflow within a workflow (#37) - Richard Hao +- 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 +- 53b7f784f8e88d04668b3a2e94a18506be165d11 - **(version)** v0.4.1 - release-bot +- 56d520a8ba93ee803112bbdcf1b444c932d3f49e - Revert "release(version): Bump to v0.4.1 (#35)" (#36) - Richard Hao + +#### Releases +- e06938912f0b25a2f28b16ac9df23c980f42c23d - **(version)** Bump to v0.4.1 (#35) - github-actions[bot]