8000 Version 2.1.1 (#112) · jrmfg/functions-framework-python@348064d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 348064d

Browse files
authored
Version 2.1.1 (GoogleCloudPlatform#112)
* Update changelog * Version 2.1.1
1 parent c247550 commit 348064d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install functions-framework
4545
Or, 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
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",

0 commit comments

Comments
 (0)
0