-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add `CHANGELOG.md` for each crate. Closes #915
- Loading branch information
Showing
13 changed files
with
1,393 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
Changelogs are kept separately for each create in this repository. | ||
|
||
* [utoipa changelog](./utoipa/CHANGELOG.md) | ||
* [utoipa-gen changelog](./utoipa-gen/CHANGELOG.md) | ||
* [utoipa-axum changelog](./utoipa-axum/CHANGELOG.md) | ||
* [utoipa-config changelog](./utoipa-config/CHANGELOG.md) | ||
* [utoipa-rapidoc changelog](./utoipa-rapidoc/CHANGELOG.md) | ||
* [utoipa-redoc changelog](./utoipa-redoc/CHANGELOG.md) | ||
* [utoipa-swagger-ui changelog](./utoipa-swagger-ui/CHANGELOG.md) | ||
* [utoipa-swagger-ui-vendored changelog](./utoipa-swagger-ui-vendored/CHANGELOG.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog - utoipa-axum | ||
|
||
## Unreleased | ||
|
||
### 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) | ||
|
||
### 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 | ||
|
||
### Changed | ||
|
||
* [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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog - utoipa-config | ||
|
||
## Unreleased | ||
|
||
### Added | ||
|
||
* [e66b4ed](https://github.com/juhaku/utoipa/commit/e66b4ed) Add global config for `utiopa` (https://github.com/juhaku/utoipa/pull/1048) | ||
|
||
### Changed | ||
|
||
* [26d4084](https://github.com/juhaku/utoipa/commit/26d4084) Update README.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../LICENSE-APACHE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../LICENSE-MIT |
Oops, something went wrong.