Skip to content

Commit cd60799

Browse files
committed
Bump to v0.9.0
1 parent 0b97a87 commit cd60799

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.9.0
4+
5+
* Fix exclusive minimum/maximum handling (should be `int` not `bool` in OpenAPI 3.0+)
6+
37
## 0.8.2
48

59
* Fix typo in ClientGenerator

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_spec
22
description: OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.
3-
version: 0.8.2
3+
version: 0.9.0
44
maintainer: Taza Technology LLC
55
repository: https://github.com/tazatechnology/openapi_spec
66
issue_tracker: https://github.com/tazatechnology/openapi_spec/issues

0 commit comments

Comments
 (0)