Skip to content

Commit 1397f3d

Browse files
authored
Merge pull request #64 from microsoft/release-please--branches--main--components--microsoft_kiota_faraday
chore(main): release 0.16.0
2 parents fa6e13f + e5d8d10 commit 1397f3d

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.0"
2+
".": "0.16.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.16.0](https://github.com/microsoft/kiota-http-ruby/compare/v0.15.0...v0.16.0) (2026-04-23)
9+
10+
11+
### Features
12+
13+
* upgrade ruby CI matrix to 3.3, 3.4 and 4.0 ([7bf4976](https://github.com/microsoft/kiota-http-ruby/commit/7bf497603ae5106b57e7b1baf5b51b902049d17c))
14+
* upgrade ruby CI matrix to 3.3, 3.4 and 4.0 ([278f84d](https://github.com/microsoft/kiota-http-ruby/commit/278f84dd0fd8f2d9d13927089b8c09fcc51b5402))
15+
16+
17+
### Bug Fixes
18+
19+
* update minimum required ruby version to 3.3.0 ([fa6e13f](https://github.com/microsoft/kiota-http-ruby/commit/fa6e13fbd422c508a690a29e678ebc1ca3d7f33a))
20+
* update minimum required ruby version to 3.3.0 ([f867d27](https://github.com/microsoft/kiota-http-ruby/commit/f867d270aa008881650af6470428cc19b29d2abd))
21+
822
## [Unreleased]
923

1024
### Added
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MicrosoftKiotaFaraday
4-
VERSION = '0.15.0'
4+
VERSION = '0.16.0'
55
end

0 commit comments

Comments
 (0)