From 50912c05a87ceb458faedc98439dff2d901d0dee Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:50:47 +0000 Subject: [PATCH] chore: release main --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- composer.json | 12 +++++++----- src/Constants.php | 2 +- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04baf93..7b22f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.5.0](https://github.com/microsoft/kiota-php/compare/microsoft-kiota-serialization-json-v1.4.0...microsoft-kiota-serialization-json-v1.5.0) (2025-02-10) + + +### Features + +* add kiota bundle ([575e3bc](https://github.com/microsoft/kiota-php/commit/575e3bc147dfcdd02128db5cad46b82959d3e38e)) +* add release please configuration to monorepo ([57de3a2](https://github.com/microsoft/kiota-php/commit/57de3a20091d1cd349d3c4b0e840920ac3a57d75)) + + +### Bug Fixes + +* Json serialization tests namespace ([e80465e](https://github.com/microsoft/kiota-php/commit/e80465ea81e2fba6c524ce664a2fe18c867219d4)) +* removes call to addcslashes in getStringValue() functions ([f7097a1](https://github.com/microsoft/kiota-php/commit/f7097a1e13c71f5fe4246d61dc806ac7300412ea)) +* removes call to addcslashes in getStringValue() functions ([64db05d](https://github.com/microsoft/kiota-php/commit/64db05d895bf6e1b09462dbd184665a6e7b3a66f)) +* subproject config & CI ([673beef](https://github.com/microsoft/kiota-php/commit/673beef4ae3f99c94a7730bb3810d4a1abdf27d5)) + ## [1.3.1] ### Added diff --git a/README.md b/README.md index 0165b75..3c4ef79 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ run `composer require microsoft/kiota-serialization-json` or add the following t { "require": { // x-release-please-start-version - "microsoft/kiota-serialization-json": "^1.3.0" + "microsoft/kiota-serialization-json": "^1.5.0" // x-release-end } } diff --git a/composer.json b/composer.json index 3920157..790640c 100644 --- a/composer.json +++ b/composer.json @@ -8,19 +8,21 @@ "role": "Developer" } ], - "license": ["MIT"], + "license": [ + "MIT" + ], "autoload": { "psr-4": { "Microsoft\\Kiota\\Serialization\\Json\\": "src" } }, "autoload-dev": { - "psr-4": { - "Microsoft\\Kiota\\Serialization\\Json\\Tests\\": "tests" - } + "psr-4": { + "Microsoft\\Kiota\\Serialization\\Json\\Tests\\": "tests" + } }, "require": { - "microsoft/kiota-abstractions": "^1.4.0", + "microsoft/kiota-abstractions": "^1.5.0", "guzzlehttp/psr7": "^1.6 || ^2", "php": "^7.4 || ^8.0", "ext-json": "*" diff --git a/src/Constants.php b/src/Constants.php index 7e08e33..cedc86d 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -5,6 +5,6 @@ final class Constants { // x-release-please-start-version - public const VERSION = '1.0.1'; + public const VERSION = '1.5.0'; // x-release-please-end }