Skip to content

Commit 26d8def

Browse files
committed
Release 3.1.0
1 parent 1357ab9 commit 26d8def

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
Unreleased
22
----------
33

4-
- Allow `hashable-1.3.1`, prettify doctests.
4+
3.1.0
5+
-----
6+
7+
- Use `format: date-time` for `ToParamSchema ZonedTime` instance (see
8+
[#20](https://github.com/biocad/openapi3/pull/20)).
9+
- Support generating schema for any polymorphic types via `Typeable` (see
10+
[#19](https://github.com/biocad/openapi3/pull/19)).
11+
- Allow `hashable-1.3.1`, prettify doctests (see [#18](https://github.com/biocad/openapi3/pull/18)).
512

613
3.0.2.0
714
-------

openapi3.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: openapi3
3-
version: 3.0.2.0
3+
version: 3.1.0
44

55
synopsis: OpenAPI 3.0 data model
66
category: Web, Swagger, OpenApi

0 commit comments

Comments
 (0)