From 9dfe4a269795f49fbf47be9cfe8618f2d951057c Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Thu, 7 Nov 2024 20:48:35 +0300 Subject: [PATCH 1/3] - bumps version for release of 1.20.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950b1ccea1..86859b2723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.20.0] - 2024-11-07 + +### Added + +### Changed + - Fixed python generation client serailization failure str being quoted as "str" - Fixed Issue with primitive values being stringified in python python. [#5417](https://github.com/microsoft/kiota/issues/5417) - Fixed an issue where multipart request content would be ignored if other unstructured content was present in the description. [#5638](https://github.com/microsoft/kiota/issues/5638) @@ -1494,3 +1500,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release + From f258cf9833db7d1547649c83ffb3ae041a135158 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Thu, 7 Nov 2024 21:28:29 +0300 Subject: [PATCH 2/3] update extension changelog --- vscode/microsoft-kiota/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vscode/microsoft-kiota/CHANGELOG.md b/vscode/microsoft-kiota/CHANGELOG.md index 723e029777..94c3f08309 100644 --- a/vscode/microsoft-kiota/CHANGELOG.md +++ b/vscode/microsoft-kiota/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. ### Changed +## [1.20.000000001] - 2024-11-07 + ## [1.19.100000001] - 2024-10-03 ## [1.19.24092002] - 2024-09-20 From 43914bdaf0fa87ee56806b331750f5aa849cf841 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Thu, 7 Nov 2024 22:21:26 +0300 Subject: [PATCH 3/3] - bumps version for prerelease of 1.21.0 --- src/Kiota.Builder/Kiota.Builder.csproj | 2 +- src/kiota/kiota.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Kiota.Builder/Kiota.Builder.csproj b/src/Kiota.Builder/Kiota.Builder.csproj index 8db46610ce..006277e476 100644 --- a/src/Kiota.Builder/Kiota.Builder.csproj +++ b/src/Kiota.Builder/Kiota.Builder.csproj @@ -15,7 +15,7 @@ Microsoft.OpenApi.Kiota.Builder Microsoft.OpenApi.Kiota.Builder ./nupkg - 1.20.0 + 1.21.0 $(VersionSuffix) https://github.com/microsoft/kiota/releases diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj index e17e9fe28e..57ec4596cc 100644 --- a/src/kiota/kiota.csproj +++ b/src/kiota/kiota.csproj @@ -15,7 +15,7 @@ Microsoft.OpenApi.Kiota Microsoft.OpenApi.Kiota ./nupkg - 1.20.0 + 1.21.0 $(VersionSuffix) https://github.com/microsoft/kiota/releases