Skip to content

Releases: 0xRichardH/sqlite_backup

v0.4.1

10 Oct 15:54
439b48c
Compare
Choose a tag to compare

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

  • e069389 - (version) Bump to v0.4.1 (#35) - github-actions[bot]

v0.4.0

10 Oct 13:00
040a443
Compare
Choose a tag to compare

Features

Miscellaneous Chores

  • 9906651 - (deps) bump tokio from 1.32.0 to 1.33.0 (#31) - dependabot[bot]
  • 9055ac2 - (version) v0.4.0 - release-bot

v0.3.0

09 Oct 12:04
4c6a51a
Compare
Choose a tag to compare

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

  • ac0a909 - add gpg encryption (#27) - Richard Hao

  • 359a111 - keep recent n backup records (#26) - Richard Hao

  • 086dfb6 - add nix (#25) - 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

26 Sep 02:40
318693c
Compare
Choose a tag to compare

Documentation

  • e38ffe7 - update todo - Richard Hao

  • 0b4a100 - update readme - Richard Hao

Features

  • 33758f5 - (enhancement) Add Project Name and App Env to R2 key (#19) - Richard Hao

Miscellaneous Chores

  • ddd855f - (deps) bump time from 0.3.28 to 0.3.29 (#18) - dependabot[bot]
  • 96c02c7 - (version) v0.2.0 - release-bot
  • a544dce - Create LICENSE - Richard Hao

v0.1.0

24 Sep 15:02
f21b4a8
Compare
Choose a tag to compare

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

  • 6619eba - (todo) update todo list - Richard Hao
  • 689f0a4 - move TODO to docs folder - Richard Hao

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

Releases

  • 5bdf435 - (version) Bump to v0.1.0 (#14) - github-actions[bot]
  • 2bc8999 - (version) Bump to v0.1.0 (#12) - github-actions[bot]
  • 7055b33 - (version) bump to v0.1.0 - 0xRichardH