diff --git a/.chronus/changes/fix_array-2024-3-18-17-41-54.md b/.chronus/changes/fix_array-2024-3-18-17-41-54.md deleted file mode 100644 index 7633cdf4fe..0000000000 --- a/.chronus/changes/fix_array-2024-3-18-17-41-54.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -fix wrong judgement for array type \ No newline at end of file diff --git a/.chronus/changes/lro_response-2024-3-1-10-55-55.md b/.chronus/changes/lro_response-2024-3-1-10-55-55.md deleted file mode 100644 index 561d046ce8..0000000000 --- a/.chronus/changes/lro_response-2024-3-1-10-55-55.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -take lroMetadata.finalResult into consideration \ No newline at end of file diff --git a/.chronus/changes/tcgc_api_version-2024-3-19-17-15-30.md b/.chronus/changes/tcgc_api_version-2024-3-19-17-15-30.md deleted file mode 100644 index 6a47711f51..0000000000 --- a/.chronus/changes/tcgc_api_version-2024-3-19-17-15-30.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: breaking -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -support get common models for specific api version, default to latest api version which may include breaking changes \ No newline at end of file diff --git a/.chronus/changes/versioning_test-2024-3-22-18-14-21.md b/.chronus/changes/versioning_test-2024-3-22-18-14-21.md deleted file mode 100644 index 18d2cb3d66..0000000000 --- a/.chronus/changes/versioning_test-2024-3-22-18-14-21.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -enhance versioning and add tests \ 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 2ff2627fb7..f33fe2d437 100644 --- a/packages/typespec-client-generator-core/CHANGELOG.md +++ b/packages/typespec-client-generator-core/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log - @azure-tools/typespec-client-generator-core +## 0.41.4 + +### Bug Fixes + +- [#692](https://github.com/Azure/typespec-azure/pull/692) fix wrong judgement for array type +- [#559](https://github.com/Azure/typespec-azure/pull/559) take lroMetadata.finalResult into consideration +- [#700](https://github.com/Azure/typespec-azure/pull/700) support get common models for specific api version, default to latest api version which may include breaking changes +- [#713](https://github.com/Azure/typespec-azure/pull/713) enhance versioning and add tests + + ## 0.41.3 ### Bug Fixes diff --git a/packages/typespec-client-generator-core/package.json b/packages/typespec-client-generator-core/package.json index fd9e3e5030..46cd494591 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.41.3", + "version": "0.41.4", "author": "Microsoft Corporation", "description": "TypeSpec Data Plane Generation library", "homepage": "https://azure.github.io/typespec-azure",