Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 10, 2025
1 parent 9a6272e commit 50912c0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 50912c0

Please sign in to comment.