Skip to content

Commit

Permalink
chore: update cliff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrchen committed May 9, 2024
1 parent 7c115c6 commit cc01916
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,32 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
## [3-7-improve-macro](https://github.com/tyrchen/geektime-rust-live-coding/compare/v3-6-error-info-macro..v3-7-improve-macro) - 2024-04-07
## [unreleased]

### Miscellaneous Chores

- update change log - ([7c115c6](https://github.com/tyr-rust-bootcamp/03_error_info/commit/7c115c6c4f22ed085867623bc3505e2789e95d77)) - Tyr Chen

---
## [3-7-improve-macro](https://github.com/tyr-rust-bootcamp/03_error_info/compare/v3-6-error-info-macro..v3-7-improve-macro) - 2024-04-07

### Bug Fixes

- allow non typos and fix clippy errors - ([683134a](https://github.com/tyrchen/geektime-rust-live-coding/commit/683134a9567f0bc03465c5e5ddd459793b0f4910)) - Tyr Chen
- allow non typos and fix clippy errors - ([683134a](https://github.com/tyr-rust-bootcamp/03_error_info/commit/683134a9567f0bc03465c5e5ddd459793b0f4910)) - Tyr Chen

### Features

- improve the ToErrorInfo macro and use it in axum - ([880013a](https://github.com/tyrchen/geektime-rust-live-coding/commit/880013ac0dd8a423a8610a62bd89ac2046fce2e3)) - Tyr Chen
- improve the ToErrorInfo macro and use it in axum - ([880013a](https://github.com/tyr-rust-bootcamp/03_error_info/commit/880013ac0dd8a423a8610a62bd89ac2046fce2e3)) - Tyr Chen

---
## [3-6-error-info-macro] - 2024-04-06

### Features

- support ToErrorInfo macro - ([ccb20d6](https://github.com/tyrchen/geektime-rust-live-coding/commit/ccb20d6a34ac4ad0b81c7729a402b9e9d8a5e4dc)) - Tyr Chen
- support ToErrorInfo macro - ([ccb20d6](https://github.com/tyr-rust-bootcamp/03_error_info/commit/ccb20d6a34ac4ad0b81c7729a402b9e9d8a5e4dc)) - Tyr Chen

### Miscellaneous Chores

- init project with workspace - ([c7fe3d0](https://github.com/tyrchen/geektime-rust-live-coding/commit/c7fe3d07a4a4be79180f2b81fb05a210cf7cbf97)) - Tyr Chen
- init project with workspace - ([c7fe3d0](https://github.com/tyr-rust-bootcamp/03_error_info/commit/c7fe3d07a4a4be79180f2b81fb05a210cf7cbf97)) - Tyr Chen

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ footer = """
trim = true
# postprocessors
postprocessors = [
{ pattern = '\$REPO', replace = "https://github.com/tyrchen/geektime-rust-live-coding" }, # replace repository URL
{ pattern = '\$REPO', replace = "https://github.com/tyr-rust-bootcamp/03_error_info" }, # replace repository URL
]

[git]
Expand Down

0 comments on commit cc01916

Please sign in to comment.