Skip to content

Commit 06cbd15

Browse files
chore(main): release functions_framework 1.5.1 (#212)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8f4d9b3 commit 06cbd15

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

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

3+
### 1.5.1 (2025-02-06)
4+
5+
### Miscellaneous Chores
6+
7+
* release 1.5.1 ([#211](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/211))
8+
39
### 1.5.0 (2025-01-03)
410

511
#### 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.5.0".freeze
20+
VERSION = "1.5.1".freeze
2121
end

0 commit comments

Comments
 (0)