Skip to content

Commit

Permalink
Merge pull request #10 from 0xRichardH/release/v0.1.0
Browse files Browse the repository at this point in the history
release(version): Bump to v0.1.0
  • Loading branch information
0xRichardH authored Sep 24, 2023
2 parents 31739b4 + 4486311 commit aba8031
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.1.0
48 changes: 48 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.1.0 - 2023-09-24
#### Bug Fixes
- **(ci)** fix the workflow name - (2788518) - Richard Hao
- **(ci)** using body_path to load latest changelog - (b6ae2f8) - Richard Hao
- **(ci)** fix GITHUB_OUTPUT - (9e47f02) - Richard Hao
- add base64 to encode the changelog output - (8915f0b) - Richard Hao
#### Documentation
- **(todo)** update todo list - (6619eba) - Richard Hao
- move TODO to docs folder - (689f0a4) - Richard Hao
#### Features
- **(ci)** update workflow - (83203b1) - Richard Hao
- **(ci)** add github action configs to do the release and build - (56947eb) - Richard Hao
- **(ci)** create rust.yml - (8ebf0a6) - Richard Hao
- **(cog)** set cargo version when running cog bump - (549b4e0) - Richard Hao
- **(uploader)** upload object to r2 - (54e99bf) - Richard Hao
- create new PR for releasing - (e9d043d) - Richard Hao
- add cog config - (d49a30d) - Richard Hao
- add dockerignore - (1c1498a) - Richard Hao
- create dependabot.yml - (35aec52) - Richard Hao
- add dockerfile to build docker image - (ae227a6) - Richard Hao
- get file info from source file - (5bd1585) - Richard Hao
- add .env.example - (df7876c) - Richard Hao
- upload file to r2 - (7cc72b9) - Richard Hao
- call R2Uploader form main func - (994200d) - Richard Hao
- backup soruce.db (sqlite) to destination db - (1d517a1) - Richard Hao
- add functions to backup sqlite - (0dc9175) - Richard Hao
#### Miscellaneous Chores
- **(ci)** install cargo-edit on ci - (cf774b3) - Richard Hao
- **(ci)** use create-pull-request to push commits - (87e65ee) - Richard Hao
- **(ci)** update base branch for create-pull-request action - (adfd13f) - Richard Hao
- **(deps)** bump aws-sdk-s3 from 0.31.1 to 0.31.2 - (fffdaac) - dependabot[bot]
- **(deps)** bump lukemathwalker/cargo-chef in /build - (58b58db) - dependabot[bot]
- only allow to trigger the workflow on main - (2331a5f) - Richard Hao
- temporaily allow current to run `cog bump` - (8f78768) - Richard Hao
- handle parsing filename errors - (8f7cda3) - Richard Hao
- remove unused file - (228cab5) - Richard Hao
- init rust project - (622e5c6) - Richard Hao
#### Refactoring
- move out backup logic to backup.rs - (792b03c) - Richard Hao
- extract args to Argument struct - (faaa301) - Richard Hao

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
62 changes: 62 additions & 0 deletions docs/LATEST_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
#### Bug Fixes
- 278851883c9af8965d71099237849bf0db64f019 - **(ci)** fix the workflow name - Richard Hao
- b6ae2f8219731d7cedea54f4559f753fce9a3155 - **(ci)** using body_path to load latest changelog - Richard Hao
- 9e47f02ce4492bb29e1fea69d069b0fd08688c6e - **(ci)** fix GITHUB_OUTPUT - Richard Hao
- 8915f0ba34df02049b449cacb040687b22f8a1aa - add base64 to encode the changelog output - Richard Hao

#### Documentation
- 6619ebabce2cebcebb7f7113b834fb2167a77403 - **(todo)** update todo list - Richard Hao
- 689f0a43596227e59bbf62e5ee72e5bdf958ac06 - move TODO to docs folder - Richard Hao

#### Features
- 83203b13dfc1d1ef07949d61efa9ffed759d2eb5 - **(ci)** update workflow - Richard Hao
- 56947eb46e1631a93c5c0d8e2f53430269932776 - **(ci)** add github action configs to do the release and build - Richard Hao
- 8ebf0a69fabed12fda4dfd61d0c97302f44e8104 - **(ci)** create rust.yml - Richard Hao
- 549b4e0e773174d9376e20c329cc47b5403b89a7 - **(cog)** set cargo version when running cog bump - Richard Hao
- 54e99bf45f7f7622d3ef462a7990057f6785daf7 - **(uploader)** upload object to r2 - Richard Hao
- e9d043dd532f5e9b1c6e39de5a8c05453b3ce87a - create new PR for releasing - Richard Hao

- d49a30df14fcc0355a4839fd597659f7645dba2d - add cog config - Richard Hao

- 1c1498adb5da4fb60dd763a27331b70f83219098 - add dockerignore - Richard Hao

- 35aec520b5f7e96089fd8d4e3e6ad832fb382594 - create dependabot.yml - Richard Hao

- ae227a62d6152f69227cab6ed48ab3045418e2ae - add dockerfile to build docker image - Richard Hao

- 5bd1585634542a05a572808eff838d74acd86b95 - get file info from source file - Richard Hao

- df7876cd6af490bc65a059be6ee91f73f952985c - add .env.example - Richard Hao

- 7cc72b9bb2ad41d20ed7c901ee5d5409c8ab5ce3 - upload file to r2 - Richard Hao

- 994200d7f244787b6299daf4897b32d769f59008 - call R2Uploader form main func - Richard Hao

- 1d517a1fb473ded4886e58d58d096d1b9757ec2e - backup soruce.db (sqlite) to destination db - Richard Hao

- 0dc917542185de7343f3957effebe170aac51cce - add functions to backup sqlite - Richard Hao

#### Miscellaneous Chores
- cf774b359269511ae8c74f8fc56c9a9a90b1611b - **(ci)** install cargo-edit on ci - Richard Hao
- 87e65ee6e1d712e8b89402cba1d6c5190e5b2e85 - **(ci)** use create-pull-request to push commits - Richard Hao
- adfd13f37b72156320e1d751f60f31dd7716cc31 - **(ci)** update base branch for create-pull-request action - Richard Hao
- fffdaac9b71df49e5550c0f93e7366bbcb3c77e1 - **(deps)** bump aws-sdk-s3 from 0.31.1 to 0.31.2 - dependabot[bot]
- 58b58dbe11374d5b89b20c212aa38eefa6980f1a - **(deps)** bump lukemathwalker/cargo-chef in /build - dependabot[bot]
- 178a4b266394506f51e4bdae4b89911759a06e26 - **(version)** v0.1.0 - release-bot
- 2331a5ff7db9470068a3fe5aefc9613a4b8a3e00 - only allow to trigger the workflow on main - Richard Hao

- 8f78768be10305875ef54460da8003d7e5c62f1e - temporaily allow current to run `cog bump` - Richard Hao

- 8f7cda3fc50c9c9d28cb89d0964a75a67048b8d4 - handle parsing filename errors - Richard Hao

- 228cab57fac49408de72b4f08e0dd9043cd9741e - remove unused file - Richard Hao

- 622e5c6ce1cd0de36f66e236aa98f706d05c81e4 - init rust project - Richard Hao

#### Refactoring
- 792b03ca2991d7c08baf724872b56b9abadcb3df - move out backup logic to backup.rs - Richard Hao

- faaa301e09bb6677da091afd7d96522edd2eb457 - extract args to Argument struct - Richard Hao



0 comments on commit aba8031

Please sign in to comment.