Skip to content

Commit ba40999

Browse files
authored
release: Release functions_framework 0.6.0 (#68)
1 parent 4665bf0 commit ba40999

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
### v0.5.2 / 2020-09-06
410

511
* FIXED: Use global $stderr rather than STDERR for logger

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

0 commit comments

Comments
 (0)