Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Fix typos in changelogs.
  • Loading branch information
juhaku committed Oct 2, 2024
1 parent 56c06a1 commit 73f6d4d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
3 changes: 2 additions & 1 deletion utoipa-axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* 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 support to define multiple operation methods (https://github.com/juhaku/utoipa/pull/1006)
* Add utoipa axum bindings (https://github.com/juhaku/utoipa/pull/1004)

### Fixed
Expand All @@ -21,6 +21,7 @@

### Changed

* Fix typos
* 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)
Expand Down
19 changes: 10 additions & 9 deletions utoipa-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Add `description` attribute on `ToSchema` (https://github.com/juhaku/utoipa/pull/949)
* Add support for description and summary overriding (https://github.com/juhaku/utoipa/pull/948)
* Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)
* Add support for addtional tags via `tags` (https://github.com/juhaku/utoipa/pull/916)
* Add support for additional tags via `tags` (https://github.com/juhaku/utoipa/pull/916)

### Fixed

Expand All @@ -37,6 +37,7 @@

### Changed

* Fix typos
* Update `utoipa-config` version
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
Expand Down Expand Up @@ -64,7 +65,7 @@
* Implement automatic schema collection for requests (https://github.com/juhaku/utoipa/pull/1066)
* Refactor enums processing (https://github.com/juhaku/utoipa/pull/1059)
* Add support for real generics (https://github.com/juhaku/utoipa/pull/1034)
* Add support to define mulitple operation methods (https://github.com/juhaku/utoipa/pull/1006)
* Add support to define multiple operation methods (https://github.com/juhaku/utoipa/pull/1006)
* Feature openapi 31 (https://github.com/juhaku/utoipa/pull/981)
* Enhance OpenApi nesting with tags support (https://github.com/juhaku/utoipa/pull/932)
* allow for multiple req body content_type (https://github.com/juhaku/utoipa/pull/876)
Expand Down Expand Up @@ -244,7 +245,7 @@
* Allow additional integer types (https://github.com/juhaku/utoipa/pull/575)
* Bump rocket to v0.5.0-rc.3 (https://github.com/juhaku/utoipa/pull/577)
* Allow value_type serde_json::Value (https://github.com/juhaku/utoipa/pull/568)
* Rename AdditionalProperites->AdditionalProperties (https://github.com/juhaku/utoipa/pull/564)
* Rename AdditionalProperties (https://github.com/juhaku/utoipa/pull/564)

## 3.2.1 - May 31 2023

Expand All @@ -270,7 +271,7 @@
### Changed

* Update next release versions
* Refactor alises support on `ToSchema` derive (https://github.com/juhaku/utoipa/pull/546)
* Refactor aliases support on `ToSchema` derive (https://github.com/juhaku/utoipa/pull/546)
* Upgrade to syn2 (https://github.com/juhaku/utoipa/pull/542)

## 3.1.2 - May 20 2023
Expand Down Expand Up @@ -378,7 +379,7 @@
* Add `merge` functionality for `OpenApi` (https://github.com/juhaku/utoipa/pull/397)
* Add derive servers attribute for OpenApi (https://github.com/juhaku/utoipa/pull/395)
* Add support for unit sructs (https://github.com/juhaku/utoipa/pull/392)
* Add support for `schema_with` custon fn reference (https://github.com/juhaku/utoipa/pull/390)
* Add support for `schema_with` custom fn reference (https://github.com/juhaku/utoipa/pull/390)
* Add support for multiple serde definitions (https://github.com/juhaku/utoipa/pull/389)
* Add support for tuple Path parameters for axum (https://github.com/juhaku/utoipa/pull/388)
* Add derive validation attributes to `IntoParams` (https://github.com/juhaku/utoipa/pull/386)
Expand All @@ -399,17 +400,17 @@

### Changed

* Refactor `ToReponse` trait (https://github.com/juhaku/utoipa/pull/460)
* Refactor `ToResponse` trait (https://github.com/juhaku/utoipa/pull/460)
* Refactor to schema casting as (https://github.com/juhaku/utoipa/pull/459)
* Enhance generic aliases with lifetimes support (https://github.com/juhaku/utoipa/pull/458)
* Enhance path tuple argument support (https://github.com/juhaku/utoipa/pull/455)
* Update versions
* Improve docs (https://github.com/juhaku/utoipa/pull/444)
* Enhance reponses derive support (https://github.com/juhaku/utoipa/pull/443)
* Enhance responses derive support (https://github.com/juhaku/utoipa/pull/443)
* Feat/serde enum representation (https://github.com/juhaku/utoipa/pull/414)
* Enhance `ToResponse` implementation (https://github.com/juhaku/utoipa/pull/419)
* Addresss clippy lint
* Improve documenetation
* Address clippy lint
* Improve documentation
* Enhance repeated attributes support (https://github.com/juhaku/utoipa/pull/411)
* Make derive OpenApi server variable names LitStr
* Refactor `Type` to `TypeTree` (https://github.com/juhaku/utoipa/pull/408)
Expand Down
19 changes: 10 additions & 9 deletions utoipa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Address clippy lints and refactor serde parsing (https://github.com/juhaku/utoipa/pull/931)
* Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930)
* Add `merge_from` method for chainable merge (https://github.com/juhaku/utoipa/pull/924)
* Add support for addtional tags via `tags` (https://github.com/juhaku/utoipa/pull/916)
* Add support for additional tags via `tags` (https://github.com/juhaku/utoipa/pull/916)

### Fixed

Expand Down Expand Up @@ -54,6 +54,7 @@

### Changed

* Fix typos
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
* Chore unify request body and ext request body (https://github.com/juhaku/utoipa/pull/1067)
Expand Down Expand Up @@ -99,7 +100,7 @@
* Add support for real generics (https://github.com/juhaku/utoipa/pull/1034)
* Chore change the operations implementation. (https://github.com/juhaku/utoipa/pull/1026)
* Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)
* Add support to define mulitple operation methods (https://github.com/juhaku/utoipa/pull/1006)
* Add support to define multiple operation methods (https://github.com/juhaku/utoipa/pull/1006)
* Feature openapi 31 (https://github.com/juhaku/utoipa/pull/981)
* Enhance utoipa-swagger-ui build (https://github.com/juhaku/utoipa/pull/936)
* Enhance OpenApi nesting with tags support (https://github.com/juhaku/utoipa/pull/932)
Expand Down Expand Up @@ -353,7 +354,7 @@
### Changed

* Update next release versions
* Refactor alises support on `ToSchema` derive (https://github.com/juhaku/utoipa/pull/546)
* Refactor aliases support on `ToSchema` derive (https://github.com/juhaku/utoipa/pull/546)
* Upgrade to syn2 (https://github.com/juhaku/utoipa/pull/542)

## 3.1.2 - Mar 20 2023
Expand Down Expand Up @@ -465,7 +466,7 @@ Migration guide: https://github.com/juhaku/utoipa/discussions/456
* Add `merge` functionality for `OpenApi` (https://github.com/juhaku/utoipa/pull/397)
* Add derive servers attribute for OpenApi (https://github.com/juhaku/utoipa/pull/395)
* Add support for unit sructs (https://github.com/juhaku/utoipa/pull/392)
* Add support for `schema_with` custon fn reference (https://github.com/juhaku/utoipa/pull/390)
* Add support for `schema_with` custom fn reference (https://github.com/juhaku/utoipa/pull/390)
* Add support for multiple serde definitions (https://github.com/juhaku/utoipa/pull/389)
* Add support for tuple Path parameters for axum (https://github.com/juhaku/utoipa/pull/388)
* Add derive validation attributes to `IntoParams` (https://github.com/juhaku/utoipa/pull/386)
Expand All @@ -484,26 +485,26 @@ Migration guide: https://github.com/juhaku/utoipa/discussions/456
* Fix time-crate typo in schema format tokens (https://github.com/juhaku/utoipa/pull/401)
* Fix primitive type generic aliases (https://github.com/juhaku/utoipa/pull/393)
* Fix `TypeTree` for `slice` and `array` types (https://github.com/juhaku/utoipa/pull/387)
* Fix minum axum version info
* Fix minimum axum version info
* Fix broken swagger-ui on axum (https://github.com/juhaku/utoipa/pull/370)

### Changed

* Refactor `ToReponse` trait (https://github.com/juhaku/utoipa/pull/460)
* Refactor `ToResponse` trait (https://github.com/juhaku/utoipa/pull/460)
* Refactor to schema casting as (https://github.com/juhaku/utoipa/pull/459)
* Enhance generic aliases with lifetimes support (https://github.com/juhaku/utoipa/pull/458)
* Enhance path tuple argument support (https://github.com/juhaku/utoipa/pull/455)
* Update versions
* Update README
* Update docs
* Improve docs (https://github.com/juhaku/utoipa/pull/444)
* Enhance reponses derive support (https://github.com/juhaku/utoipa/pull/443)
* Enhance responses derive support (https://github.com/juhaku/utoipa/pull/443)
* Document `preserve_order` feature flag (https://github.com/juhaku/utoipa/pull/437)
* Feat/serde enum representation (https://github.com/juhaku/utoipa/pull/414)
* Enhance `ToResponse` implementation (https://github.com/juhaku/utoipa/pull/419)
* Swagger UI url config (https://github.com/juhaku/utoipa/pull/418)
* Addresss clippy lint
* Improve documenetation
* Address clippy lint
* Improve documentation
* Enhance repeated attributes support (https://github.com/juhaku/utoipa/pull/411)
* Make derive OpenApi server variable names LitStr
* Refactor `Type` to `TypeTree` (https://github.com/juhaku/utoipa/pull/408)
Expand Down

0 comments on commit 73f6d4d

Please sign in to comment.