Skip to content

Commit

Permalink
Bump to v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
walsha2 committed Oct 19, 2023
1 parent 6fc4890 commit bcf12a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.15

* Add support for Bearer Authentication
* Improved handling of description doc strings in schema generation
* More robust handling of schema generation for custom type definitions

## 0.5.14

* Handle union types for array and map items schemas
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openapi_spec
description: OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.
version: 0.5.14
version: 0.5.15
maintainer: Taza Technology LLC
repository: https://github.com/tazatechnology/openapi_spec
issue_tracker: https://github.com/tazatechnology/openapi_spec/issues
Expand Down

0 comments on commit bcf12a0

Please sign in to comment.