Skip to content

Commit 040a443

Browse files
github-actions[bot]release-bot0xRichardH
authored
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 <[email protected]> Co-authored-by: 0xRichardH <[email protected]>
1 parent 2d6cfe0 commit 040a443

File tree

5 files changed

+14
-29
lines changed

5 files changed

+14
-29
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlite_backup"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

build/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.0
1+
v0.4.0

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## v0.4.0 - 2023-10-10
6+
#### Features
7+
- beauty the log (#32) - (2d6cfe0) - Richard Hao
8+
#### Miscellaneous Chores
9+
- **(deps)** bump tokio from 1.32.0 to 1.33.0 (#31) - (9906651) - dependabot[bot]
10+
11+
- - -
12+
513
## v0.3.0 - 2023-10-09
614
#### Bug Fixes
715
- **(ci)** trigger docker image building whenever build/version chagned (#21) - (944e3b5) - Richard Hao

docs/LATEST_CHANGELOG.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,8 @@
1-
#### Bug Fixes
2-
- 944e3b5c3daa7e21b0933645c35fabac37110c02 - **(ci)** trigger docker image building whenever build/version chagned (#21) - Richard Hao
3-
- a08ed0449b4218a9edd6f01a798a9a4952960dc6 - resolve the cron permission issue - Richard Hao
4-
5-
#### Documentation
6-
- 2f93e1b02c8f63689e59735d7f1fe5a31cb706d0 - **(todo)** update todo list - Richard Hao
7-
- 51e754819b057ad8a953a028a0427fb2d95288d2 - add new todo `keep recent n backups` - Richard Hao
8-
9-
- 10cb48e2b6028720cc923da3a8454890eafd4857 - update TODO - Richard Hao
10-
111
#### Features
12-
- 8bd07631ac4d634656f90f3b5cc2d5670a6afb23 - **(docker)** install cron in the container - Richard Hao
13-
- ac0a9098128a36c1047ca0f68b2fd959bab5e876 - add gpg encryption (#27) - Richard Hao
14-
15-
- 359a11187f363a0c919a58423b1f5af433cc04eb - keep recent n backup records (#26) - Richard Hao
16-
17-
- 086dfb62cfa03be943654f694466a47705d01ddb - add nix (#25) - Richard Hao
2+
- 2d6cfe0b728fa143924270117c026ff4e0c23e6e - beauty the log (#32) - Richard Hao
183

194
#### Miscellaneous Chores
20-
- 7d59d01eaca5e4cca302d46f65270104a5635061 - **(ci)** update docker.yml - Richard Hao
21-
- c9de330cc8a28eb3a594199c39576794c4832724 - **(deps)** bump aws-sdk-s3 from 0.32.0 to 0.33.0 (#28) - dependabot[bot]
22-
- e66e3fa580ac80f98f90a7d2e4a4aad4410f4634 - **(deps)** bump lukemathwalker/cargo-chef in /build (#29) - dependabot[bot]
23-
- 0134b1112464a35c9aa1249967db1538154def91 - **(deps)** bump aws-sdk-s3 from 0.31.2 to 0.32.0 (#23) - dependabot[bot]
24-
- 372325c04b3a0acd1e3cb6670784ce71209d17cf - **(deps)** bump clap from 4.4.5 to 4.4.6 (#22) - dependabot[bot]
25-
- c6ca26d3b5cd0854eb7917eef63677e9a83031bf - **(version)** v0.3.0 - release-bot
26-
- 9fed1ec8b2723ea446dc117f6da364f6bebbc43a - release new docker image - Richard Hao
27-
28-
- f3fa2e943340635b02405fc5dc08256f7f8a83ba - test if `docker builder` ci works - Richard Hao
29-
5+
- 9906651c1be9eed8a339a23f44cf6ec8645a0047 - **(deps)** bump tokio from 1.32.0 to 1.33.0 (#31) - dependabot[bot]
6+
- 9055ac253dbd32822f86fac15641aaceba6a1e68 - **(version)** v0.4.0 - release-bot
307

318

0 commit comments

Comments
 (0)