8000 Version 1.6.0 (#81) · jrmfg/functions-framework-python@393d1d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 393d1d6

Browse files
authored
Version 1.6.0 (GoogleCloudPlatform#81)
1 parent 81b1c32 commit 393d1d6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

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==1.5.0
48+
functions-framework==1.6.0
4949
```
5050

5151
# Quickstart: Hello, World on your local machine

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="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",

0 commit comments

Comments
 (0)
0