We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4665bf0 commit ba40999Copy full SHA for ba40999
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### v0.6.0 / 2020-09-17
4
+
5
+* ADDED: You can use the --version flag to print the framework version
6
+* ADDED: You can use the --verify flag to verify that a given function is defined
7
+* ADDED: You can now define blocks that are executed at server startup
8
9
### v0.5.2 / 2020-09-06
10
11
* FIXED: Use global $stderr rather than STDERR for logger
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.2".freeze
+ VERSION = "0.6.0".freeze
21
end
0 commit comments