File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.6.0] - 2020-08-19
10+ ### Changed
11+ - Add legacy GCF Python 3.7 behavior ([ #77 ] )
12+
13+ ### Added
14+ - Improve documentation around Dockerfiles ([ #70 ] )
15+
916## [ 1.5.0] - 2020-07-06
1017### Changed
1118- Framework will consume entire request before responding ([ #66 ] )
@@ -67,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6774### Added
6875- Initial release
6976
70- [ Unreleased ] : https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v1.5.0...HEAD
77+ [ Unreleased ] : https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v1.6.0...HEAD
78+ [ 1.6.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.6.0
7179[ 1.5.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.5.0
7280[ 1.4.4 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.4
7381[ 1.4.3 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.3
@@ -81,6 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8189[ 1.0.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
8290[ 1.0.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
8391
92+ [ #77 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/77
93+ [ #70 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/70
8494[ #66 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/66
8595[ #61 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/61
8696[ #49 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/49
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ pip install functions-framework
4545Or, for deployment, add the Functions Framework to your ` requirements.txt ` file:
4646
4747```
48- functions-framework==1.5 .0
48+ functions-framework==1.6 .0
4949```
5050
5151# Quickstart: Hello, World on your local machine
Original file line number Diff line number Diff line change 2525
2626setup (
2727 name = "functions-framework" ,
28- version = "1.5 .0" ,
28+ version = "1.6 .0" ,
2929 description = "An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team." ,
3030 long_description = long_description ,
3131 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments