From 040a443d96a9ef90657b5043d73bc13a4ba14d12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:00:10 -0500 Subject: [PATCH] release(version): Bump to v0.4.0 (#33) * chore(version): v0.4.0 * release(version): bump to v0.4.0 --------- 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 | 8 ++++++++ docs/LATEST_CHANGELOG.md | 29 +++-------------------------- 5 files changed, 14 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87880bf..0f761a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,7 @@ dependencies = [ [[package]] name = "sqlite_backup" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 04dfa6c..796e97d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite_backup" -version = "0.3.0" +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 268b033..fb7a04c 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -v0.3.0 +v0.4.0 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ef5674e..c9e3d32 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.4.0 - 2023-10-10 +#### Features +- beauty the log (#32) - (2d6cfe0) - Richard Hao +#### Miscellaneous Chores +- **(deps)** bump tokio from 1.32.0 to 1.33.0 (#31) - (9906651) - dependabot[bot] + +- - - + ## v0.3.0 - 2023-10-09 #### Bug Fixes - **(ci)** trigger docker image building whenever build/version chagned (#21) - (944e3b5) - Richard Hao diff --git a/docs/LATEST_CHANGELOG.md b/docs/LATEST_CHANGELOG.md index dfd2be6..7394fc1 100644 --- a/docs/LATEST_CHANGELOG.md +++ b/docs/LATEST_CHANGELOG.md @@ -1,31 +1,8 @@ -#### Bug Fixes -- 944e3b5c3daa7e21b0933645c35fabac37110c02 - **(ci)** trigger docker image building whenever build/version chagned (#21) - Richard Hao -- a08ed0449b4218a9edd6f01a798a9a4952960dc6 - resolve the cron permission issue - Richard Hao - -#### Documentation -- 2f93e1b02c8f63689e59735d7f1fe5a31cb706d0 - **(todo)** update todo list - Richard Hao -- 51e754819b057ad8a953a028a0427fb2d95288d2 - add new todo `keep recent n backups` - Richard Hao - -- 10cb48e2b6028720cc923da3a8454890eafd4857 - update TODO - Richard Hao - #### Features -- 8bd07631ac4d634656f90f3b5cc2d5670a6afb23 - **(docker)** install cron in the container - Richard Hao -- ac0a9098128a36c1047ca0f68b2fd959bab5e876 - add gpg encryption (#27) - Richard Hao - -- 359a11187f363a0c919a58423b1f5af433cc04eb - keep recent n backup records (#26) - Richard Hao - -- 086dfb62cfa03be943654f694466a47705d01ddb - add nix (#25) - Richard Hao +- 2d6cfe0b728fa143924270117c026ff4e0c23e6e - beauty the log (#32) - Richard Hao #### Miscellaneous Chores -- 7d59d01eaca5e4cca302d46f65270104a5635061 - **(ci)** update docker.yml - Richard Hao -- c9de330cc8a28eb3a594199c39576794c4832724 - **(deps)** bump aws-sdk-s3 from 0.32.0 to 0.33.0 (#28) - dependabot[bot] -- e66e3fa580ac80f98f90a7d2e4a4aad4410f4634 - **(deps)** bump lukemathwalker/cargo-chef in /build (#29) - dependabot[bot] -- 0134b1112464a35c9aa1249967db1538154def91 - **(deps)** bump aws-sdk-s3 from 0.31.2 to 0.32.0 (#23) - dependabot[bot] -- 372325c04b3a0acd1e3cb6670784ce71209d17cf - **(deps)** bump clap from 4.4.5 to 4.4.6 (#22) - dependabot[bot] -- c6ca26d3b5cd0854eb7917eef63677e9a83031bf - **(version)** v0.3.0 - release-bot -- 9fed1ec8b2723ea446dc117f6da364f6bebbc43a - release new docker image - Richard Hao - -- f3fa2e943340635b02405fc5dc08256f7f8a83ba - test if `docker builder` ci works - Richard Hao - +- 9906651c1be9eed8a339a23f44cf6ec8645a0047 - **(deps)** bump tokio from 1.32.0 to 1.33.0 (#31) - dependabot[bot] +- 9055ac253dbd32822f86fac15641aaceba6a1e68 - **(version)** v0.4.0 - release-bot