From 3ab6b340a4f15242bbf3a3ba8d297d8a59f5bfb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:29:49 +0000 Subject: [PATCH] chore(master): release openapi-generator-dart 4.12.2 --- .release-please-manifest.json | 3 ++- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ed1079..a459418 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,6 @@ { "openapi-generator-cli": "4.12.0", "openapi-generator-annotations": "4.12.0", - "openapi-generator": "4.12.1" + "openapi-generator": "4.12.1", + ".": "4.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9c481..f256dcb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# Changelog + +## 4.12.2 (2023-08-31) + + +### Features + +* Add a format stage to the end of nextGen ([acac104](https://github.com/gibahjoe/openapi-generator-dart/commit/acac1044cbd6161c5a959a178a120fbf010f5c27)) +* added auto deployment ([d399f2a](https://github.com/gibahjoe/openapi-generator-dart/commit/d399f2a98d73c5e2816036cd70d1cf2954fe23dd)) +* updated generator versions ([4f13112](https://github.com/gibahjoe/openapi-generator-dart/commit/4f13112fc0e8cbb16c17e38bfdfee34d65473291)) + + +### Bug Fixes + +* Add work around to be able to always be able to regenerate when run. Add documentation around the usage of useNextGen, add tests ([523f169](https://github.com/gibahjoe/openapi-generator-dart/commit/523f169159a3607487342b71fdd155d5fb50acfe)) +* fix gitignore, readd api/petstore_api/pubspec ([37f862c](https://github.com/gibahjoe/openapi-generator-dart/commit/37f862c81db924a14a8b11beffca51e055c3acec)) +* fix incorrect find and replace causing tests to fail ([0016a03](https://github.com/gibahjoe/openapi-generator-dart/commit/0016a031e3a7447f2deab1fa4e49ed228a29dc82)) +* fix tests now that the generator is running correctly ([4643a0c](https://github.com/gibahjoe/openapi-generator-dart/commit/4643a0ce57fea053a47a41291c8ba07312390a43)) +* Last few tweaks ([12c138a](https://github.com/gibahjoe/openapi-generator-dart/commit/12c138a2fcc99a30305fc2a143dbf85d12f0df7b)) +* Tweak the processing of the builder to handle how process.run returns ([90a1b90](https://github.com/gibahjoe/openapi-generator-dart/commit/90a1b90143661c9d9dd02ab6a4481ece99e9a221)) +* Use API within SDK bounds (will change in future release), fix the analyzer warnings, fmt ([c229767](https://github.com/gibahjoe/openapi-generator-dart/commit/c2297675d7cb5217a33fe476a3784e1a18a13612)) +* use bool.tryParse instead of casting ([5003ea1](https://github.com/gibahjoe/openapi-generator-dart/commit/5003ea11a3af43b90bdb59aea01b66bc06036f39)) +* Use Dart 2 API ([8d59613](https://github.com/gibahjoe/openapi-generator-dart/commit/8d596135d4b7700cb37b14134a15904a3b32f049)) + + +### Miscellaneous Chores + +* release as: 4.12.2 ([7be9f51](https://github.com/gibahjoe/openapi-generator-dart/commit/7be9f51e8c0b6c5812c4e854cf9a77e170567c3d)) +* release as: 4.12.2 ([a33133a](https://github.com/gibahjoe/openapi-generator-dart/commit/a33133a23902f0fcc0551be8ec346b3f85946b88)) +* release as: 4.12.2 ([d967ffa](https://github.com/gibahjoe/openapi-generator-dart/commit/d967ffa03cfbc364a11101531679a34b656c8fb5)) + [openapi-generator-cli](openapi-generator-cli%2FCHANGELOG.md) [openapi-generator-annotations](openapi-generator-annotations%2FCHANGELOG.md)