diff --git a/.chronus/changes/fix_value_discriminator-2024-4-15-10-46-20.md b/.chronus/changes/fix_value_discriminator-2024-4-15-10-46-20.md deleted file mode 100644 index 924611fd06..0000000000 --- a/.chronus/changes/fix_value_discriminator-2024-4-15-10-46-20.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -map discriminator string value type to enum value type \ No newline at end of file diff --git a/.chronus/changes/main-2024-4-11-15-5-45.md b/.chronus/changes/main-2024-4-11-15-5-45.md deleted file mode 100644 index 3b1b757c77..0000000000 --- a/.chronus/changes/main-2024-4-11-15-5-45.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -change from using logical result to final result \ No newline at end of file diff --git a/.chronus/changes/main-2024-4-11-15-7-31.md b/.chronus/changes/main-2024-4-11-15-7-31.md deleted file mode 100644 index 03f0940df5..0000000000 --- a/.chronus/changes/main-2024-4-11-15-7-31.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -add union support for templated model naming \ No newline at end of file diff --git a/packages/typespec-client-generator-core/CHANGELOG.md b/packages/typespec-client-generator-core/CHANGELOG.md index db46c68cec..955c922dea 100644 --- a/packages/typespec-client-generator-core/CHANGELOG.md +++ b/packages/typespec-client-generator-core/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log - @azure-tools/typespec-client-generator-core +## 0.42.3 + +### Bug Fixes + +- [#834](https://github.com/Azure/typespec-azure/pull/834) map discriminator string value type to enum value type +- [#826](https://github.com/Azure/typespec-azure/pull/826) change from using logical result to final result +- [#826](https://github.com/Azure/typespec-azure/pull/826) add union support for templated model naming + + ## 0.42.2 ### Bug Fixes diff --git a/packages/typespec-client-generator-core/package.json b/packages/typespec-client-generator-core/package.json index ab3ad75993..2c6ec23350 100644 --- a/packages/typespec-client-generator-core/package.json +++ b/packages/typespec-client-generator-core/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-client-generator-core", - "version": "0.42.2", + "version": "0.42.3", "author": "Microsoft Corporation", "description": "TypeSpec Data Plane Generation library", "homepage": "https://azure.github.io/typespec-azure",