10000 Update changelog (#115) · jrmfg/functions-framework-python@e0e6bfa · GitHub
[go: up one dir, main page]

Skip to content

Commit e0e6bfa

Browse files
authored
Update changelog (GoogleCloudPlatform#115)
1 parent 168617c commit e0e6bfa

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.1.2] - 2020-02-23
10+
### Added
11+
- Add crash header to 500 responses ([#114])
12+
913
## [2.1.1] - 2021-02-17
1014
### Fixed
1115
- Add backwards-compatible logging for GCF Python 3.7 ([#107])
@@ -90,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9094
### Added
9195
- Initial release
9296

93-
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.1...HEAD
97+
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.2...HEAD
98+
[2.1.2]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.2
9499
[2.1.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.1
95100
[2.1.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.0
96101
[2.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.0.0
@@ -108,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108113
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
109114
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
110115

116+
[#114]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/114
111117
[#107]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/107
112118
[#105]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/105
113119
[#77]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/77

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.1
48+
functions-framework==2.1.2
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.1",
28+
version="2.1.2",
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