From 2549fede7bef9bf6e1d9addec6fd4946dfeea7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Nieto?= Date: Wed, 6 Mar 2024 15:25:09 +0100 Subject: [PATCH] chore.changelog: updated changelogs and fixed changelog config and doc --- CONTRIBUTING.md | 2 +- crates/aide-axum-typed-multipart/CHANGELOG.md | 7 +++++++ crates/aide-axum-typed-multipart/cliff.toml | 2 +- crates/aide/CHANGELOG.md | 14 ++++++++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 crates/aide-axum-typed-multipart/CHANGELOG.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29216ff..bff834b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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//cliff.toml" --include-path "crates//**/*" --current --prepend crates//CHANGELOG.md +git cliff --config "crates//cliff.toml" --include-path "crates//**/*" -l --prepend crates//CHANGELOG.md ``` 4. push the commits and the tag: `git push` and `git push origin release--` diff --git a/crates/aide-axum-typed-multipart/CHANGELOG.md b/crates/aide-axum-typed-multipart/CHANGELOG.md new file mode 100644 index 0000000..637482f --- /dev/null +++ b/crates/aide-axum-typed-multipart/CHANGELOG.md @@ -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)) \ No newline at end of file diff --git a/crates/aide-axum-typed-multipart/cliff.toml b/crates/aide-axum-typed-multipart/cliff.toml index d83ec48..3f3f095 100644 --- a/crates/aide-axum-typed-multipart/cliff.toml +++ b/crates/aide-axum-typed-multipart/cliff.toml @@ -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" }, diff --git a/crates/aide/CHANGELOG.md b/crates/aide/CHANGELOG.md index ab64b4e..dcedcad 100644 --- a/crates/aide/CHANGELOG.md +++ b/crates/aide/CHANGELOG.md @@ -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 + +### Miscellaneous Tasks + +- Updated CHANGELOG.md ([6a3ca01](6a3ca0107409797baf31f0ebf30724b39e880f7e)) + +# Changelog + ## 0.13.2 - 2024-01-22 [3fed0f6](3fed0f6d5f2b2aa8cb7f9dfda738c652c8894fd8)...[ed3e3f7](ed3e3f76c7bdce39d7aea30fe7fdad4ac544e96c)