Skip to content

Commit c5421c2

Browse files
authored
release: Release functions_framework 0.5.2 (#63)
1 parent 7887bfb commit c5421c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
### v0.5.2 / 2020-09-06
4+
5+
* FIXED: Use global $stderr rather than STDERR for logger
6+
* DOCS: Fix instructions for deployment to Google Cloud Functions
7+
38
### v0.5.1 / 2020-07-20
49

510
* Updated some documentation links. No functional changes.

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 = "0.5.1".freeze
20+
VERSION = "0.5.2".freeze
2121
end

0 commit comments

Comments
 (0)