Skip to content

Commit 7f23cee

Browse files
chore(main): release functions_framework 1.6.1 (#221)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4511b41 commit 7f23cee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 1.6.1 (2025-07-19)
4+
5+
#### Bug Fixes
6+
7+
* update google-style to 1.31, fix linting issues ([#224](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/224))
8+
* update workflow configs to drop ruby 3.0 ([#220](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/220))
9+
310
### 1.6.0 (2025-02-07)
411

512
#### Features

lib/functions_framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module FunctionsFramework
1717
# Version of the Ruby Functions Framework
1818
# @return [String]
1919
#
20-
VERSION = "1.6.0".freeze
20+
VERSION = "1.6.1".freeze
2121
end

0 commit comments

Comments
 (0)