diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 302a085..97bd178 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - "packages/abstractions": "1.7.0", - "packages/authentication/azure": "1.7.0", - "packages/http/httpx": "1.7.0", - "packages/serialization/json": "1.7.0", - "packages/serialization/form": "1.7.0", - "packages/serialization/text": "1.7.0", - "packages/serialization/multipart": "1.7.0", - "packages/bundle": "1.7.0" + "packages/abstractions": "1.7.1", + "packages/authentication/azure": "1.7.1", + "packages/http/httpx": "1.7.1", + "packages/serialization/json": "1.7.1", + "packages/serialization/form": "1.7.1", + "packages/serialization/text": "1.7.1", + "packages/serialization/multipart": "1.7.1", + "packages/bundle": "1.7.1" } \ No newline at end of file diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index 8738b4a..3847e03 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/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.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.7.0...microsoft-kiota-abstractions-v1.7.1) (2025-01-15) + + +### Miscellaneous Chores + +* **microsoft-kiota-abstractions:** Synchronize microsoft-kiota versions + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.6.8...microsoft-kiota-abstractions-v1.7.0) (2025-01-13) diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index 9cb5a5a..4ed552d 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.7.0" +version = "1.7.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 c4e7e8d..ac03286 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.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.7.0...microsoft-kiota-authentication-azure-v1.7.1) (2025-01-15) + + +### Miscellaneous Chores + +* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.6.8...microsoft-kiota-authentication-azure-v1.7.0) (2025-01-13) diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index 63297fb..dcdad56 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.7.0" +version = "1.7.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index 7f53b4a..9e4353d 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.7.0...microsoft-kiota-bundle-v1.7.1) (2025-01-15) + + +### Miscellaneous Chores + +* **microsoft-kiota-bundle:** Synchronize microsoft-kiota versions + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.6.8...microsoft-kiota-bundle-v1.7.0) (2025-01-13) diff --git a/packages/bundle/pyproject.toml b/packages/bundle/pyproject.toml index d39dde7..88f17b3 100644 --- a/packages/bundle/pyproject.toml +++ b/packages/bundle/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-bundle" -version = "1.7.0" +version = "1.7.1" description = "Bundle package 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 dee258a..3e168d9 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.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.7.0...microsoft-kiota-http-v1.7.1) (2025-01-15) + + +### Miscellaneous Chores + +* **microsoft-kiota-http:** Synchronize microsoft-kiota versions + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.6.8...microsoft-kiota-http-v1.7.0) (2025-01-13) diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index eb88426..4ff4cf2 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.7.0" +version = "1.7.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 08f7870..1a246d4 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.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.7.0...microsoft-kiota-serialization-form-v1.7.1) (2025-01-15) + + +### Bug Fixes + +* bumps pendulum to a stable version ([dbda749](https://github.com/microsoft/kiota-python/commit/dbda749947f630a03bcd5b0311fbc072182ba355)) +* bumps pendulum to a stable version ([75b302f](https://github.com/microsoft/kiota-python/commit/75b302f9a8763ee7f674a627478cd19491c1d555)) + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.6.8...microsoft-kiota-serialization-form-v1.7.0) (2025-01-13) diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index 423ed6a..1cec4a2 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.7.0" +version = "1.7.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 4d7c26e..723b08d 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.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.7.0...microsoft-kiota-serialization-json-v1.7.1) (2025-01-15) + + +### Bug Fixes + +* bumps pendulum to a stable version ([dbda749](https://github.com/microsoft/kiota-python/commit/dbda749947f630a03bcd5b0311fbc072182ba355)) +* bumps pendulum to a stable version ([75b302f](https://github.com/microsoft/kiota-python/commit/75b302f9a8763ee7f674a627478cd19491c1d555)) + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.6.8...microsoft-kiota-serialization-json-v1.7.0) (2025-01-13) diff --git a/packages/serialization/json/pyproject.toml b/packages/serialization/json/pyproject.toml index cdd0b03..da5bef2 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.7.0" +version = "1.7.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 89534bf..2ab6f8b 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.7.0...microsoft-kiota-serialization-multipart-v1.7.1) (2025-01-15) + + +### Bug Fixes + +* bumps pendulum to a stable version ([dbda749](https://github.com/microsoft/kiota-python/commit/dbda749947f630a03bcd5b0311fbc072182ba355)) +* bumps pendulum to a stable version ([75b302f](https://github.com/microsoft/kiota-python/commit/75b302f9a8763ee7f674a627478cd19491c1d555)) + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.6.8...microsoft-kiota-serialization-multipart-v1.7.0) (2025-01-13) diff --git a/packages/serialization/multipart/pyproject.toml b/packages/serialization/multipart/pyproject.toml index 712912a..0ef831c 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.7.0" +version = "1.7.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 856d6e0..c880e55 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/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.7.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.7.0...microsoft-kiota-serialization-text-v1.7.1) (2025-01-15) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-text:** Synchronize microsoft-kiota versions + ## [1.7.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.6.8...microsoft-kiota-serialization-text-v1.7.0) (2025-01-13) diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index 91982cf..d422f3d 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.7.0" +version = "1.7.1" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT"