Skip to content

Commit cf87df8

Browse files
committed
Version 1.6.0 (#81)
1 parent 8d0e2c8 commit cf87df8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Added
1313
- Support `cloudevent` signature type ([#55], [#56])
1414

15+
## [1.6.0] - 2020-08-19
16+
### Changed
17+
- Add legacy GCF Python 3.7 behavior ([#77])
18+
19+
### Added
20+
- Improve documentation around Dockerfiles ([#70])
21+
1522
## [1.5.0] - 2020-07-06
1623
### Changed
1724
- Framework will consume entire request before responding ([#66])
@@ -75,6 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7582

7683
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.0.0...HEAD
7784
[2.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.0.0
85+
[1.6.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.6.0
7886
[1.5.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.5.0
7987
[1.4.4]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.4
8088
[1.4.3]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.3
@@ -88,7 +96,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8896
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
8997
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
9098

99+
[#77]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/77
91100
[#76]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/76
101+
[#70]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/70
92102
[#66]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/66
93103
[#61]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/61
94104
[#56]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/56

0 commit comments

Comments
 (0)