We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7887bfb commit c5421c2Copy full SHA for c5421c2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
### v0.5.1 / 2020-07-20
9
10
* Updated some documentation links. No functional changes.
lib/functions_framework/version.rb
@@ -17,5 +17,5 @@ module FunctionsFramework
17
# Version of the Ruby Functions Framework
18
# @return [String]
19
#
20
- VERSION = "0.5.1".freeze
+ VERSION = "0.5.2".freeze
21
end
0 commit comments