From 008073d13816bd7d52b700c31436f381366db94c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:59:02 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 14 +++++++------- packages/abstractions/CHANGELOG.md | 8 ++++++++ packages/abstractions/pyproject.toml | 2 +- packages/authentication/azure/CHANGELOG.md | 7 +++++++ packages/authentication/azure/pyproject.toml | 2 +- packages/http/httpx/CHANGELOG.md | 7 +++++++ packages/http/httpx/pyproject.toml | 2 +- packages/serialization/form/CHANGELOG.md | 8 ++++++++ packages/serialization/form/pyproject.toml | 2 +- packages/serialization/json/CHANGELOG.md | 8 ++++++++ packages/serialization/json/pyproject.toml | 2 +- packages/serialization/multipart/CHANGELOG.md | 10 ++++++++++ packages/serialization/multipart/pyproject.toml | 2 +- packages/serialization/text/CHANGELOG.md | 8 ++++++++ packages/serialization/text/pyproject.toml | 2 +- 15 files changed, 70 insertions(+), 14 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a61e4ce..ac9c5a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/abstractions": "1.4.0", - "packages/authentication/azure": "1.4.0", - "packages/http/httpx": "1.4.0", - "packages/serialization/json": "1.4.0", - "packages/serialization/form": "1.4.0", - "packages/serialization/text": "1.4.0", - "packages/serialization/multipart": "1.4.0" + "packages/abstractions": "1.4.1", + "packages/authentication/azure": "1.4.1", + "packages/http/httpx": "1.4.1", + "packages/serialization/json": "1.4.1", + "packages/serialization/form": "1.4.1", + "packages/serialization/text": "1.4.1", + "packages/serialization/multipart": "1.4.1" } \ No newline at end of file diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index 136aff1..fa3f3b1 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1](https://github.com/microsoft/kiota-python/compare/v1.4.0...v1.4.1) (2024-10-15) + + +### Bug Fixes + +* fixed type variable in enum writer method to align to reader methods ([d5ce1ec](https://github.com/microsoft/kiota-python/commit/d5ce1ec226b804dd949a2f3b52d1b0cb042fc062)) +* include licence file in distribution package. ([645af28](https://github.com/microsoft/kiota-python/commit/645af285a6f97848b190c51199fda9f541e9027a)) + ## [1.4.0](https://github.com/microsoft/kiota-python/compare/v1.3.4...v1.4.0) (2024-10-14) diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index 3731204..a748d77 100644 --- a/packages/abstractions/pyproject.toml +++ b/packages/abstractions/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-abstractions" -version = "1.4.0" +version = "1.4.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/authentication/azure/CHANGELOG.md b/packages/authentication/azure/CHANGELOG.md index 9be83ec..a14a5d9 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1](https://github.com/microsoft/kiota-python/compare/v1.4.0...v1.4.1) (2024-10-15) + + +### Bug Fixes + +* include licence file in distribution package. ([645af28](https://github.com/microsoft/kiota-python/commit/645af285a6f97848b190c51199fda9f541e9027a)) + ## [1.4.0](https://github.com/microsoft/kiota-python/compare/v1.3.4...v1.4.0) (2024-10-14) diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index 9e1a31b..fee9dc6 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-authentication-azure" -version = "1.4.0" +version = "1.4.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/http/httpx/CHANGELOG.md b/packages/http/httpx/CHANGELOG.md index 4331903..9ef08da 100644 --- a/packages/http/httpx/CHANGELOG.md +++ b/packages/http/httpx/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1](https://github.com/microsoft/kiota-python/compare/v1.4.0...v1.4.1) (2024-10-15) + + +### Bug Fixes + +* include licence file in distribution package. ([645af28](https://github.com/microsoft/kiota-python/commit/645af285a6f97848b190c51199fda9f541e9027a)) + ## [1.4.0](https://github.com/microsoft/kiota-python/compare/v1.3.4...v1.4.0) (2024-10-14) diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index a488c39..e9aae78 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-http" -version = "1.4.0" +version = "1.4.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index 7593178..243f104 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.4.1](https://github.com/microsoft/kiota-python/compare/v1.4.0...v1.4.1) (2024-10-15) + + +### Bug Fixes + +* fixed type variable in enum writer method to align to reader methods ([d5ce1ec](https://github.com/microsoft/kiota-python/commit/d5ce1ec226b804dd949a2f3b52d1b0cb042fc062)) +* include licence file in distribution package. ([645af28](https://github.com/microsoft/kiota-python/commit/645af285a6f97848b190c51199fda9f541e9027a)) + ## [1.4.0](https://github.com/microsoft/kiota-python/compare/v1.3.4...v1.4.0) (2024-10-14) diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index e7ec798..c42940e 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-form" -version = "1.4.0" +version = "1.4.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index 1059016..30cb506 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1](https://github.com/microsoft/kiota-python/compare/v1.4.0...v1.4.1) (2024-10-15) + + +### Bug Fixes + +* fixed type variable in enum writer method to align to reader methods ([d5ce1ec](https://github.com/microsoft/kiota-python/commit/d5ce1ec226b804dd949a2f3b52d1b0cb042fc062)) +* include licence file in distribution package. ([645af28](https://github.com/microsoft/kiota-python/commit/645af285a6f97848b190c51199fda9f541e9027a)) + ## [1.4.0](https://github.com/microsoft/kiota-python/compare/v1.3.4...v1.4.0) (2024-10-14) diff --git a/packages/serialization/json/pyproject.toml b/packages/serialization/json/pyproject.toml index 95694d4..cdab39e 100644 --- a/packages/serialization/json/pyproject.toml +++ b/packages/serialization/json/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-json" -version = "1.4.0" +version = "1.4.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index 3dd6508..c430a51 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.4.1](https://github.com/microsoft/kiota-python/compare/v1.4.0...v1.4.1) (2024-10-15) + + +### Bug Fixes + +* fixed deployment and cleanup readmes ([cd665ec](https://github.com/microsoft/kiota-python/commit/cd665ec58d1f853fc557ce70ed4f8424044c1274)) +* fixed deployment and cleanup readmes ([2def083](https://github.com/microsoft/kiota-python/commit/2def08330e17037c68dc3344676629886fb21870)) +* fixed type variable in enum writer method to align to reader methods ([d5ce1ec](https://github.com/microsoft/kiota-python/commit/d5ce1ec226b804dd949a2f3b52d1b0cb042fc062)) +* include licence file in distribution package. ([645af28](https://github.com/microsoft/kiota-python/commit/645af285a6f97848b190c51199fda9f541e9027a)) + ## [1.4.0](https://github.com/microsoft/kiota-python/compare/v1.3.4...v1.4.0) (2024-10-14) diff --git a/packages/serialization/multipart/pyproject.toml b/packages/serialization/multipart/pyproject.toml index 31fd729..ec9fc09 100644 --- a/packages/serialization/multipart/pyproject.toml +++ b/packages/serialization/multipart/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-multipart" -version = "1.4.0" +version = "1.4.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index be58c56..551f609 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1](https://github.com/microsoft/kiota-python/compare/v1.4.0...v1.4.1) (2024-10-15) + + +### Bug Fixes + +* fixed type variable in enum writer method to align to reader methods ([d5ce1ec](https://github.com/microsoft/kiota-python/commit/d5ce1ec226b804dd949a2f3b52d1b0cb042fc062)) +* include licence file in distribution package. ([645af28](https://github.com/microsoft/kiota-python/commit/645af285a6f97848b190c51199fda9f541e9027a)) + ## [1.4.0](https://github.com/microsoft/kiota-python/compare/v1.3.4...v1.4.0) (2024-10-14) diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index 4823219..5a1a60b 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-text" -version = "1.4.0" +version = "1.4.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT"