Skip to content

Commit

Permalink
release(version): Bump to v0.3.0 (#30)
Browse files Browse the repository at this point in the history
* chore(version): v0.3.0

* release(version): bump to v0.3.0

---------

Co-authored-by: release-bot <[email protected]>
Co-authored-by: 0xRichardH <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2023
1 parent ac0a909 commit 4c6a51a
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 9 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.2.0"
version = "0.3.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.2.3
v0.3.0
24 changes: 24 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.3.0 - 2023-10-09
#### Bug Fixes
- **(ci)** trigger docker image building whenever build/version chagned (#21) - (944e3b5) - Richard Hao
- resolve the cron permission issue - (a08ed04) - Richard Hao
#### Documentation
- **(todo)** update todo list - (2f93e1b) - Richard Hao
- add new todo `keep recent n backups` - (51e7548) - Richard Hao
- update TODO - (10cb48e) - Richard Hao
#### Features
- **(docker)** install cron in the container - (8bd0763) - Richard Hao
- add gpg encryption (#27) - (ac0a909) - Richard Hao
- keep recent n backup records (#26) - (359a111) - Richard Hao
- add nix (#25) - (086dfb6) - Richard Hao
#### Miscellaneous Chores
- **(ci)** update docker.yml - (7d59d01) - Richard Hao
- **(deps)** bump aws-sdk-s3 from 0.32.0 to 0.33.0 (#28) - (c9de330) - dependabot[bot]
- **(deps)** bump lukemathwalker/cargo-chef in /build (#29) - (e66e3fa) - dependabot[bot]
- **(deps)** bump aws-sdk-s3 from 0.31.2 to 0.32.0 (#23) - (0134b11) - dependabot[bot]
- **(deps)** bump clap from 4.4.5 to 4.4.6 (#22) - (372325c) - dependabot[bot]
- release new docker image - (9fed1ec) - Richard Hao
- test if `docker builder` ci works - (f3fa2e9) - Richard Hao

- - -

## v0.2.0 - 2023-09-26
#### Documentation
- update todo - (e38ffe7) - Richard Hao
Expand Down
29 changes: 23 additions & 6 deletions docs/LATEST_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
#### Bug Fixes
- 944e3b5c3daa7e21b0933645c35fabac37110c02 - **(ci)** trigger docker image building whenever build/version chagned (#21) - Richard Hao
- a08ed0449b4218a9edd6f01a798a9a4952960dc6 - resolve the cron permission issue - Richard Hao

#### Documentation
- e38ffe7b11eb902bb2e0ecba5ba4caca471bcd26 - update todo - Richard Hao
- 2f93e1b02c8f63689e59735d7f1fe5a31cb706d0 - **(todo)** update todo list - Richard Hao
- 51e754819b057ad8a953a028a0427fb2d95288d2 - add new todo `keep recent n backups` - Richard Hao

- 0b4a10033cd2e4f83ecdc8636084bf34b7046484 - update readme - Richard Hao
- 10cb48e2b6028720cc923da3a8454890eafd4857 - update TODO - Richard Hao

#### Features
- 33758f586c7bef8c3f724017562aed0255a6cf35 - **(enhancement)** Add Project Name and App Env to R2 key (#19) - Richard Hao
- 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

#### Miscellaneous Chores
- ddd855f9c5179b92c76eec526138559682b72eb6 - **(deps)** bump time from 0.3.28 to 0.3.29 (#18) - dependabot[bot]
- 96c02c726225bf149c1e9622a1a6bebf1c463169 - **(version)** v0.2.0 - release-bot
- a544dce8fd55f14721e16d5b3c986a0a2fe8e693 - Create LICENSE - Richard Hao
- 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



0 comments on commit 4c6a51a

Please sign in to comment.