Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.18.0"
".": "0.19.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [0.19.0](https://github.com/microsoft/kiota-ruby/compare/v0.18.0...v0.19.0) (2026-08-27)


### ⚠ BREAKING CHANGES

* read JSON scalars by type instead of coercing

### Bug Fixes

* read JSON scalars by type instead of coercing ([e1ee161](https://github.com/microsoft/kiota-ruby/commit/e1ee16134c9f66f429303a9b0d23fae08f956e36))
* support primitive members in composed types ([2a64b1d](https://github.com/microsoft/kiota-ruby/commit/2a64b1dc07fc15c5433fd6189a08eec7981711fe))

## [0.18.0](https://github.com/microsoft/kiota-ruby/compare/v0.17.0...v0.18.0) (2026-08-24)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MicrosoftKiotaAbstractions
VERSION = '0.18.0' # x-release-please-version
VERSION = '0.19.0' # x-release-please-version
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MicrosoftKiotaAuthenticationOAuth
VERSION = '0.18.0' # x-release-please-version
VERSION = '0.19.0' # x-release-please-version
end
2 changes: 1 addition & 1 deletion components/http/lib/microsoft_kiota_faraday/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MicrosoftKiotaFaraday
VERSION = '0.18.0' # x-release-please-version
VERSION = '0.19.0' # x-release-please-version
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MicrosoftKiotaSerializationJson
VERSION = '0.18.0' # x-release-please-version
VERSION = '0.19.0' # x-release-please-version
end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0
0.19.0