File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.1.1] - 2021-02-17
10+ ### Fixed
11+ - Add backwards-compatible logging for GCF Python 3.7 ([ #107 ] )
12+ - Document ` --dry-run ` flag ([ #105 ] )
13+
914## [ 2.1.0] - 2020-12-23
1015### Added
1116- Support Python 3.9
@@ -85,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8590### Added
8691- Initial release
8792
88- [ Unreleased ] : https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.0...HEAD
93+ [ Unreleased ] : https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.1...HEAD
94+ [ 2.1.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.1
8995[ 2.1.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.0
9096[ 2.0.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.0.0
9197[ 1.6.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.6.0
@@ -102,6 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102108[ 1.0.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
103109[ 1.0.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
104110
111+ [ #107 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/107
112+ [ #105 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/105
105113[ #77 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/77
106114[ #76 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/76
107115[ #70 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/70
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==2.1.0
48+ functions-framework==2.1.1
4949```
5050
5151## Quickstarts
Original file line number Diff line number Diff line change 2525
2626setup (
2727 name = "functions-framework" ,
28- version = "2.1.0 " ,
28+ version = "2.1.1 " ,
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