Skip to content

Commit

Permalink
release(version): Bump to v0.4.0 (#33)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Oct 10, 2023
1 parent 2d6cfe0 commit 040a443
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0
v0.4.0
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
29 changes: 3 additions & 26 deletions docs/LATEST_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 040a443

Please sign in to comment.