Skip to content

Commit

Permalink
chore.changelog: updated changelogs and fixed changelog config and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicpar committed Mar 6, 2024
1 parent f473a8c commit 2549fed
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you are unsure, feel free to open an [issue](https://github.com/tamasfe/aide/
3. Generate the changelog with `cargo install git-cliff`:
Make sure you delete the old `# Changelog` title in the changelog file.
```sh
git cliff --config "crates/<crate>/cliff.toml" --include-path "crates/<crate>/**/*" --current --prepend crates/<crate>/CHANGELOG.md
git cliff --config "crates/<crate>/cliff.toml" --include-path "crates/<crate>/**/*" -l --prepend crates/<crate>/CHANGELOG.md
```
4. push the commits and the tag: `git push` and `git push origin release-<crate>-<version>`

Expand Down
7 changes: 7 additions & 0 deletions crates/aide-axum-typed-multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.13.0 - 2024-03-06

### Features

- Add axum_typed_multipart integration ([#111](https://github.com/tamasfe/aide/issues/111)) ([ff32ba0](ff32ba047308645461a4883aab2216d9bcff5bfc))
2 changes: 1 addition & 1 deletion crates/aide-axum-typed-multipart/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ commit_preprocessors = [
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = '^feat\([^)]*(aide|\*)[^)]*\)', group = "Features" },
{ message = '^feat\([^)]*(aide-axum-typed-multipart|\*)[^)]*\)', group = "Features" },
{ message = '^fix\([^)]*(aide-axum-typed-multipart|\*)[^)]*\)', group = "Bug Fixes" },
{ message = '^doc\([^)]*(aide-axum-typed-multipart|\*)[^)]*\)', group = "Documentation" },
{ message = '^perf\([^)]*(aide-axum-typed-multipart|\*)[^)]*\)', group = "Performance" },
Expand Down
14 changes: 14 additions & 0 deletions crates/aide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.13.3 - 2024-03-06

[ed3e3f7](ed3e3f76c7bdce39d7aea30fe7fdad4ac544e96c)...[f473a8c](f473a8c98e1b41c8d67a4d25141ac12d57c5182a)

### Bug Fixes

- Updated jwt-authorizer dependency version ([#121](https://github.com/tamasfe/aide/issues/121)) ([5a3a5b9](5a3a5b987c929a9ffdd9509ca424ecfacbce6930)), Co-authored-by:Kirill Kinduk <k.kinduk@kefirgames.com>

### Miscellaneous Tasks

- Updated CHANGELOG.md ([6a3ca01](6a3ca0107409797baf31f0ebf30724b39e880f7e))

# Changelog

## 0.13.2 - 2024-01-22

[3fed0f6](3fed0f6d5f2b2aa8cb7f9dfda738c652c8894fd8)...[ed3e3f7](ed3e3f76c7bdce39d7aea30fe7fdad4ac544e96c)
Expand Down

0 comments on commit 2549fed

Please sign in to comment.