Releases: 0xRichardH/sqlite_backup
v0.4.1
Bug Fixes
- 6365ea8 - (ci) able to trigger workflow within a workflow (#37) - Richard Hao
- 80feb5c - build docker image on tags created (#34) - Richard Hao
Miscellaneous Chores
- 53b7f78 - (version) v0.4.1 - release-bot
- 56d520a - Revert "release(version): Bump to v0.4.1 (#35)" (#36) - Richard Hao
Releases
v0.4.0
v0.3.0
Bug Fixes
- 944e3b5 - (ci) trigger docker image building whenever build/version chagned (#21) - Richard Hao
- a08ed04 - resolve the cron permission issue - Richard Hao
Documentation
-
2f93e1b - (todo) update todo list - Richard Hao
-
51e7548 - add new todo
keep recent n backups
- Richard Hao -
10cb48e - update TODO - Richard Hao
Features
-
8bd0763 - (docker) install cron in the container - Richard Hao
Miscellaneous Chores
-
7d59d01 - (ci) update docker.yml - Richard Hao
-
c9de330 - (deps) bump aws-sdk-s3 from 0.32.0 to 0.33.0 (#28) - dependabot[bot]
-
e66e3fa - (deps) bump lukemathwalker/cargo-chef in /build (#29) - dependabot[bot]
-
0134b11 - (deps) bump aws-sdk-s3 from 0.31.2 to 0.32.0 (#23) - dependabot[bot]
-
372325c - (deps) bump clap from 4.4.5 to 4.4.6 (#22) - dependabot[bot]
-
c6ca26d - (version) v0.3.0 - release-bot
-
9fed1ec - release new docker image - Richard Hao
-
f3fa2e9 - test if
docker builder
ci works - Richard Hao
v0.2.0
Documentation
Features
Miscellaneous Chores
v0.1.0
Bug Fixes
- 2788518 - (ci) fix the workflow name - Richard Hao
- b6ae2f8 - (ci) using body_path to load latest changelog - Richard Hao
- 9e47f02 - (ci) fix GITHUB_OUTPUT - Richard Hao
- 8915f0b - add base64 to encode the changelog output - Richard Hao
Documentation
Features
-
83203b1 - (ci) update workflow - Richard Hao
-
56947eb - (ci) add github action configs to do the release and build - Richard Hao
-
8ebf0a6 - (ci) create rust.yml - Richard Hao
-
549b4e0 - (cog) set cargo version when running cog bump - Richard Hao
-
54e99bf - (uploader) upload object to r2 - Richard Hao
-
e9d043d - create new PR for releasing - Richard Hao
-
d49a30d - add cog config - Richard Hao
-
1c1498a - add dockerignore - Richard Hao
-
35aec52 - create dependabot.yml - Richard Hao
-
ae227a6 - add dockerfile to build docker image - Richard Hao
-
5bd1585 - get file info from source file - Richard Hao
-
df7876c - add .env.example - Richard Hao
-
7cc72b9 - upload file to r2 - Richard Hao
-
994200d - call R2Uploader form main func - Richard Hao
-
1d517a1 - backup soruce.db (sqlite) to destination db - Richard Hao
-
0dc9175 - add functions to backup sqlite - Richard Hao
Miscellaneous Chores
-
ef25a7b - (ci) update releasee ci - Richard Hao
-
cf774b3 - (ci) install cargo-edit on ci - Richard Hao
-
87e65ee - (ci) use create-pull-request to push commits - Richard Hao
-
adfd13f - (ci) update base branch for create-pull-request action - Richard Hao
-
fffdaac - (deps) bump aws-sdk-s3 from 0.31.1 to 0.31.2 - dependabot[bot]
-
58b58db - (deps) bump lukemathwalker/cargo-chef in /build - dependabot[bot]
-
5f5e560 - (version) v0.1.0 - release-bot
-
a2f44b1 - (version) v0.1.0 - release-bot
-
dc9e42e - update release.yml - Richard Hao
-
03e0b2c - Revert "release(version): Bump to v0.1.0 (#14)" (#15) - Richard Hao
-
914b219 - Revert "release(version): Bump to v0.1.0 (#12)" (#13) - Richard Hao
-
38b4204 - chore update - Richard Hao
-
0d42bff - Revert "release(version): Bump to v0.1.0" - Richard Hao
-
31739b4 - update - Richard Hao
-
2331a5f - only allow to trigger the workflow on main - Richard Hao
-
8f78768 - temporaily allow current to run
cog bump
- Richard Hao -
8f7cda3 - handle parsing filename errors - Richard Hao
-
228cab5 - remove unused file - Richard Hao
-
622e5c6 - init rust project - Richard Hao
Refactoring
-
792b03c - move out backup logic to backup.rs - Richard Hao
-
faaa301 - extract args to Argument struct - Richard Hao