Skip to content

Commit

Permalink
version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Dec 20, 2022
1 parent acc5ea7 commit 2ca396a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Unreleased
----------

3.2.3
-----

- Fix generation of `allOf` / `oneOf` schemas when variants are not objects [#49](https://github.com/biocad/openapi3/pull/49).
- Support parsing OpenAPI 3.0.1, 3.0.2, 3.0.3 versions [#68](https://github.com/biocad/openapi3/pull/68).
- Support GHC-9.4 [#61](https://github.com/biocad/openapi3/pull/61).
- Output `scopes` in schema even if empty [#65](https://github.com/biocad/openapi3/pull/65).
- Fix `mtl-2.3` compatibility [#60](https://github.com/biocad/openapi3/pull/60).

3.2.2
-----

Expand Down
2 changes: 1 addition & 1 deletion openapi3.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: openapi3
version: 3.2.2
version: 3.2.3

synopsis: OpenAPI 3.0 data model
category: Web, Swagger, OpenApi
Expand Down

0 comments on commit 2ca396a

Please sign in to comment.