Skip to content

Commit 2fbd3a0

Browse files
authored
release: Release functions_framework 0.7.1 (#80)
1 parent 47d8efb commit 2fbd3a0

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.7.1 / 2021-01-26
4+
5+
* DOCS: Fixed several errors in the writing-functions doc samples
6+
* DOCS: Updated documentation to note public release of GCF support
7+
38
### v0.7.0 / 2020-09-25
49

510
* Now requires Ruby 2.5 or later.

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

0 commit comments

Comments
 (0)