Skip to content

Commit

Permalink
Remove commit commit id from changelogs (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku authored Oct 2, 2024
1 parent 82e79d5 commit 7d22bcc
Show file tree
Hide file tree
Showing 9 changed files with 672 additions and 659 deletions.
33 changes: 17 additions & 16 deletions utoipa-axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@

### Added

* [8a5bb72](https://github.com/juhaku/utoipa/commit/8a5bb72) Add auto collect schemas for utoipa-axum (https://github.com/juhaku/utoipa/pull/1072)
* [9d778b0](https://github.com/juhaku/utoipa/commit/9d778b0) Add typos to CI (https://github.com/juhaku/utoipa/pull/1036)
* [a85e3f4](https://github.com/juhaku/utoipa/commit/a85e3f4) Add paths support for routes! macro (https://github.com/juhaku/utoipa/pull/1023)
* [11c909b](https://github.com/juhaku/utoipa/commit/11c909b) Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* [908d279](https://github.com/juhaku/utoipa/commit/908d279) Add `utoipa-axum` binding example and update docs (https://github.com/juhaku/utoipa/pull/1007)
* [69dfbbc](https://github.com/juhaku/utoipa/commit/69dfbbc) Add support to define mulitple operation methods (https://github.com/juhaku/utoipa/pull/1006)
* [a0db8b9](https://github.com/juhaku/utoipa/commit/a0db8b9) Add utoipa axum bindings (https://github.com/juhaku/utoipa/pull/1004)
* Add auto collect schemas for utoipa-axum (https://github.com/juhaku/utoipa/pull/1072)
* Add typos to CI (https://github.com/juhaku/utoipa/pull/1036)
* Add paths support for routes! macro (https://github.com/juhaku/utoipa/pull/1023)
* Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* Add `utoipa-axum` binding example and update docs (https://github.com/juhaku/utoipa/pull/1007)
* Add support to define mulitple operation methods (https://github.com/juhaku/utoipa/pull/1006)
* Add utoipa axum bindings (https://github.com/juhaku/utoipa/pull/1004)

### Fixed

* [2d81c9b](https://github.com/juhaku/utoipa/commit/2d81c9b) Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* [fcdb5db](https://github.com/juhaku/utoipa/commit/fcdb5db) Fix building utoipa-axum & utoipa-swagger-ui (https://github.com/juhaku/utoipa/pull/1038)
* [11058c6](https://github.com/juhaku/utoipa/commit/11058c6) Fix utoipa-axum project description
* [bcc4fca](https://github.com/juhaku/utoipa/commit/bcc4fca) Fix some typos
* Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* Fix building utoipa-axum & utoipa-swagger-ui (https://github.com/juhaku/utoipa/pull/1038)
* Fix utoipa-axum project description
* Fix some typos

### Changed

* [2611200](https://github.com/juhaku/utoipa/commit/2611200) Update to rc
* [b0ae6ef](https://github.com/juhaku/utoipa/commit/b0ae6ef) Chore change the operations implementation. (https://github.com/juhaku/utoipa/pull/1026)
* [8d8ff6e](https://github.com/juhaku/utoipa/commit/8d8ff6e) Update utoipa-axum version
* [90ec7a6](https://github.com/juhaku/utoipa/commit/90ec7a6) Enhance `utoipa-axum` bindings (https://github.com/juhaku/utoipa/pull/1017)
* [57ba3ba](https://github.com/juhaku/utoipa/commit/57ba3ba) Update next beta versions
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
* Chore change the operations implementation. (https://github.com/juhaku/utoipa/pull/1026)
* Update utoipa-axum version
* Enhance `utoipa-axum` bindings (https://github.com/juhaku/utoipa/pull/1017)
* Update next beta versions

7 changes: 4 additions & 3 deletions utoipa-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

### Added

* [e66b4ed](https://github.com/juhaku/utoipa/commit/e66b4ed) Add global config for `utiopa` (https://github.com/juhaku/utoipa/pull/1048)
* Add global config for `utiopa` (https://github.com/juhaku/utoipa/pull/1048)

### Changed

* [2611200](https://github.com/juhaku/utoipa/commit/2611200) Update to rc
* [26d4084](https://github.com/juhaku/utoipa/commit/26d4084) Update README.md
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
* Update README.md

439 changes: 220 additions & 219 deletions utoipa-gen/CHANGELOG.md

Large diffs are not rendered by default.

52 changes: 27 additions & 25 deletions utoipa-rapidoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,71 @@

### Added

* [11c909b](https://github.com/juhaku/utoipa/commit/11c909b) Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* [97bc507](https://github.com/juhaku/utoipa/commit/97bc507) Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)
* Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)

### Fixed

* [2d81c9b](https://github.com/juhaku/utoipa/commit/2d81c9b) Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* [4422cee](https://github.com/juhaku/utoipa/commit/4422cee) Fix building utoipa-rapidoc & utoipa-scalar (https://github.com/juhaku/utoipa/pull/1039)
* [2c76479](https://github.com/juhaku/utoipa/commit/2c76479) Fix RapiDoc with empty URL panic on axum (https://github.com/juhaku/utoipa/pull/997)
* [c774742](https://github.com/juhaku/utoipa/commit/c774742) Fix samples in documentation when with_openapi is used (https://github.com/juhaku/utoipa/pull/988)
* [2406c75](https://github.com/juhaku/utoipa/commit/2406c75) Fix openapi serialized twice when served with Rocket (https://github.com/juhaku/utoipa/pull/987)
* Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* Fix building utoipa-rapidoc & utoipa-scalar (https://github.com/juhaku/utoipa/pull/1039)
* Fix RapiDoc with empty URL panic on axum (https://github.com/juhaku/utoipa/pull/997)
* Fix samples in documentation when with_openapi is used (https://github.com/juhaku/utoipa/pull/988)
* Fix openapi serialized twice when served with Rocket (https://github.com/juhaku/utoipa/pull/987)

### Changed

* [18d004a](https://github.com/juhaku/utoipa/commit/18d004a) Disable unused default features of rust_decimal (https://github.com/juhaku/utoipa/pull/1029)
* [57ba3ba](https://github.com/juhaku/utoipa/commit/57ba3ba) Update next beta versions
* [1af4ad4](https://github.com/juhaku/utoipa/commit/1af4ad4) Chore update docs and relax `url` version (https://github.com/juhaku/utoipa/pull/1001)
* [89c288b](https://github.com/juhaku/utoipa/commit/89c288b) Bump up versions (https://github.com/juhaku/utoipa/pull/998)
* [d020f92](https://github.com/juhaku/utoipa/commit/d020f92) Update versions
* [164c161](https://github.com/juhaku/utoipa/commit/164c161) Update min Rust version and utoipa-swagger-ui version
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
* Disable unused default features of rust_decimal (https://github.com/juhaku/utoipa/pull/1029)
* Update next beta versions
* Chore update docs and relax `url` version (https://github.com/juhaku/utoipa/pull/1001)
* Bump up versions (https://github.com/juhaku/utoipa/pull/998)
* Update versions
* Update min Rust version and utoipa-swagger-ui version

## 4.0.0 - May 5 2024

### Added

* [4b32ba9](https://github.com/juhaku/utoipa/commit/4b32ba9) Add `default-features = false` to the optional axum dependency to avoid pulling in tokio in non-tokio environments (https://github.com/juhaku/utoipa/pull/874)
* Add `default-features = false` to the optional axum dependency to avoid pulling in tokio in non-tokio environments (https://github.com/juhaku/utoipa/pull/874)

### Fixed

* [8639185](https://github.com/juhaku/utoipa/commit/8639185) Fix spelling (https://github.com/juhaku/utoipa/pull/846)
* Fix spelling (https://github.com/juhaku/utoipa/pull/846)

### Changed

* [c907d43](https://github.com/juhaku/utoipa/commit/c907d43) Update docs and next versions
* [5c6b0e2](https://github.com/juhaku/utoipa/commit/5c6b0e2) Refactor RapiDoc to take `Cow<'static, str>` instead of borrowed `str` (https://github.com/juhaku/utoipa/pull/867)
* Update docs and next versions
* Refactor RapiDoc to take `Cow<'static, str>` instead of borrowed `str` (https://github.com/juhaku/utoipa/pull/867)

## 3.0.0 - Jan 9 2024

### Fixed

* [a968ced](https://github.com/juhaku/utoipa/commit/a968ced) fix: fix typo (https://github.com/juhaku/utoipa/pull/822)
* fix: fix typo (https://github.com/juhaku/utoipa/pull/822)

### Changed

* [f7cae03](https://github.com/juhaku/utoipa/commit/f7cae03) Update next versions
* [d437919](https://github.com/juhaku/utoipa/commit/d437919) Update Rocket v0.5 (https://github.com/juhaku/utoipa/pull/825)
* [7e49344](https://github.com/juhaku/utoipa/commit/7e49344) Misc document improvements (https://github.com/juhaku/utoipa/pull/814)
* Update next versions
* Update Rocket v0.5 (https://github.com/juhaku/utoipa/pull/825)
* Misc document improvements (https://github.com/juhaku/utoipa/pull/814)

## 2.0.0 - Nov 28 2023

### Changed

* [35f32b1](https://github.com/juhaku/utoipa/commit/35f32b1) Update next versions
* [93dfaf1](https://github.com/juhaku/utoipa/commit/93dfaf1) Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)
* Update next versions
* Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)

## 1.0.0 - Oct 7 2023

### Changed

* [50db1b0](https://github.com/juhaku/utoipa/commit/50db1b0) Update utoipa versions **min. utoipa: `4`**
* Update utoipa versions **min. utoipa: `4`**

## 0.1.0 - Aug 8 2023

### Added

* [56b6326](https://github.com/juhaku/utoipa/commit/56b6326) Add rapidoc support (https://github.com/juhaku/utoipa/pull/723)
* Add rapidoc support (https://github.com/juhaku/utoipa/pull/723)

49 changes: 25 additions & 24 deletions utoipa-redoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,68 +4,69 @@

### Added

* [11c909b](https://github.com/juhaku/utoipa/commit/11c909b) Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* [97bc507](https://github.com/juhaku/utoipa/commit/97bc507) Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)
* Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)

### Fixed

* [2d81c9b](https://github.com/juhaku/utoipa/commit/2d81c9b) Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* [4422cee](https://github.com/juhaku/utoipa/commit/4422cee) Fix building utoipa-rapidoc & utoipa-scalar (https://github.com/juhaku/utoipa/pull/1039)
* Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* Fix building utoipa-rapidoc & utoipa-scalar (https://github.com/juhaku/utoipa/pull/1039)

### Changed

* [2611200](https://github.com/juhaku/utoipa/commit/2611200) Update to rc
* [57ba3ba](https://github.com/juhaku/utoipa/commit/57ba3ba) Update next beta versions
* [509e8e7](https://github.com/juhaku/utoipa/commit/509e8e7) Chore fix clippy lint (https://github.com/juhaku/utoipa/pull/1010)
* [1af4ad4](https://github.com/juhaku/utoipa/commit/1af4ad4) Chore update docs and relax `url` version (https://github.com/juhaku/utoipa/pull/1001)
* [89c288b](https://github.com/juhaku/utoipa/commit/89c288b) Bump up versions (https://github.com/juhaku/utoipa/pull/998)
* [d020f92](https://github.com/juhaku/utoipa/commit/d020f92) Update versions
* [164c161](https://github.com/juhaku/utoipa/commit/164c161) Update min Rust version and utoipa-swagger-ui version
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
* Update next beta versions
* Chore fix clippy lint (https://github.com/juhaku/utoipa/pull/1010)
* Chore update docs and relax `url` version (https://github.com/juhaku/utoipa/pull/1001)
* Bump up versions (https://github.com/juhaku/utoipa/pull/998)
* Update versions
* Update min Rust version and utoipa-swagger-ui version

## 4.0.0 - May 5 2024

### Added

* [4b32ba9](https://github.com/juhaku/utoipa/commit/4b32ba9) Add `default-features = false` to the optional axum dependency to avoid pulling in tokio in non-tokio environments (https://github.com/juhaku/utoipa/pull/874)
* Add `default-features = false` to the optional axum dependency to avoid pulling in tokio in non-tokio environments (https://github.com/juhaku/utoipa/pull/874)

### Fixed

* [8639185](https://github.com/juhaku/utoipa/commit/8639185) Fix spelling (https://github.com/juhaku/utoipa/pull/846)
* Fix spelling (https://github.com/juhaku/utoipa/pull/846)

### Changed

* [c907d43](https://github.com/juhaku/utoipa/commit/c907d43) Update docs and next versions
* [7b74942](https://github.com/juhaku/utoipa/commit/7b74942) Refactor `ReDoc` to take `Cow<'static, str>` instead of borrowed `str` (https://github.com/juhaku/utoipa/pull/869)
* Update docs and next versions
* Refactor `ReDoc` to take `Cow<'static, str>` instead of borrowed `str` (https://github.com/juhaku/utoipa/pull/869)

## 3.0.0 - Jan 9 2024

### Changed

* [f7cae03](https://github.com/juhaku/utoipa/commit/f7cae03) Update next versions
* [d437919](https://github.com/juhaku/utoipa/commit/d437919) Update Rocket v0.5 (https://github.com/juhaku/utoipa/pull/825)
* [7e49344](https://github.com/juhaku/utoipa/commit/7e49344) Misc document improvements (https://github.com/juhaku/utoipa/pull/814)
* Update next versions
* Update Rocket v0.5 (https://github.com/juhaku/utoipa/pull/825)
* Misc document improvements (https://github.com/juhaku/utoipa/pull/814)

## 2.0.0 - Nov 28 2023

### Changed

* [35f32b1](https://github.com/juhaku/utoipa/commit/35f32b1) Update next versions
* [93dfaf1](https://github.com/juhaku/utoipa/commit/93dfaf1) Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)
* Update next versions
* Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)

## 1.0.0 - Oct 7 2023

### Changed

* [35f32b1](https://github.com/juhaku/utoipa/commit/35f32b1) Update next versions **min. utoipa: `4`**
* [93dfaf1](https://github.com/juhaku/utoipa/commit/93dfaf1) Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)
* Update next versions **min. utoipa: `4`**
* Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)

## 0.1.0 - Aug 6 2023

### Added

* [6baa9b0](https://github.com/juhaku/utoipa/commit/6baa9b0) Add redoc support for utoipa. (https://github.com/juhaku/utoipa/pull/720)
* Add redoc support for utoipa. (https://github.com/juhaku/utoipa/pull/720)

### Changed

* [e5f7f70](https://github.com/juhaku/utoipa/commit/e5f7f70) Update README.md docs
* Update README.md docs

27 changes: 14 additions & 13 deletions utoipa-scalar/CHANAGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,32 @@

### Added

* [11c909b](https://github.com/juhaku/utoipa/commit/11c909b) Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* [97bc507](https://github.com/juhaku/utoipa/commit/97bc507) Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)
* Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)

### Fixed

* [2d81c9b](https://github.com/juhaku/utoipa/commit/2d81c9b) Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* [4422cee](https://github.com/juhaku/utoipa/commit/4422cee) Fix building utoipa-rapidoc & utoipa-scalar (https://github.com/juhaku/utoipa/pull/1039)
* Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
* Fix building utoipa-rapidoc & utoipa-scalar (https://github.com/juhaku/utoipa/pull/1039)

### Changed

* [2611200](https://github.com/juhaku/utoipa/commit/2611200) Update to rc
* [57ba3ba](https://github.com/juhaku/utoipa/commit/57ba3ba) Update next beta versions
* [509e8e7](https://github.com/juhaku/utoipa/commit/509e8e7) Chore fix clippy lint (https://github.com/juhaku/utoipa/pull/1010)
* [1af4ad4](https://github.com/juhaku/utoipa/commit/1af4ad4) Chore update docs and relax `url` version (https://github.com/juhaku/utoipa/pull/1001)
* [d020f92](https://github.com/juhaku/utoipa/commit/d020f92) Update versions
* [164c161](https://github.com/juhaku/utoipa/commit/164c161) Update min Rust version and utoipa-swagger-ui version
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
* Update next beta versions
* Chore fix clippy lint (https://github.com/juhaku/utoipa/pull/1010)
* Chore update docs and relax `url` version (https://github.com/juhaku/utoipa/pull/1001)
* Update versions
* Update min Rust version and utoipa-swagger-ui version

## 0.1.0 - May 5 2024

### Added

* [613b3ad](https://github.com/juhaku/utoipa/commit/613b3ad) Add crate for serving Scalar via utoipa (https://github.com/juhaku/utoipa/pull/892)
* Add crate for serving Scalar via utoipa (https://github.com/juhaku/utoipa/pull/892)

### Changed

* [c907d43](https://github.com/juhaku/utoipa/commit/c907d43) Update docs and next versions
* [becc132](https://github.com/juhaku/utoipa/commit/becc132) Use same licences for scalar as well
* Update docs and next versions
* Use same licences for scalar as well

12 changes: 8 additions & 4 deletions utoipa-swagger-ui-vendored/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@

### Fixed

* [a5695f0](https://github.com/juhaku/utoipa/commit/a5695f0) Fix utoipa-swagger-ui-vendored crates link
* Fix utoipa-swagger-ui-vendored crates link

### Changed

* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)

## 0.1.1 - May 22 2024

### Added

* [c63407d](https://github.com/juhaku/utoipa/commit/c63407d) Add vendored Swagger UI for utoipa (https://github.com/juhaku/utoipa/pull/941)
* Add vendored Swagger UI for utoipa (https://github.com/juhaku/utoipa/pull/941)

### Changed

* [91a98ef](https://github.com/juhaku/utoipa/commit/91a98ef) Update utoipa-swagger-ui-vendored version
* [2ddc279](https://github.com/juhaku/utoipa/commit/2ddc279) Include res for crates
* Update utoipa-swagger-ui-vendored version
* Include res for crates

Loading

0 comments on commit 7d22bcc

Please sign in to comment.