From 0a7070616259852def980efcbb3b7a11ac16c7de Mon Sep 17 00:00:00 2001 From: Wahab Alshahin Date: Sun, 12 Nov 2023 19:55:52 -0500 Subject: [PATCH] Bump to v0.7.6 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecfd78..a2b436d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.6 + +* Ensure that safe enum logic is propogated for all enum generation code + ## 0.7.5 * Add public `makeRequest` and `makeRequestStream` methods to generated client diff --git a/pubspec.yaml b/pubspec.yaml index a8cde08..eefa137 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.5 +version: 0.7.6 maintainer: Taza Technology LLC repository: https://github.com/tazatechnology/openapi_spec issue_tracker: https://github.com/tazatechnology/openapi_spec/issues