Skip to content

Commit

Permalink
Bump to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
walsha2 committed Nov 13, 2023
1 parent 238fb66 commit dfaec8c
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.7.5

* Add public `makeRequest` and `makeRequestStream` methods to generated client
* Ignore unused import warning in generated client
* Improve safe enum naming logic

## 0.7.4

* Fix minor bug in `anyOf` support for schema generation
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.7.4
version: 0.7.5
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 dfaec8c

Please sign in to comment.