Skip to content

Commit 5a9ef41

Browse files
authored
feat: Pre-release version 2.4.0-beta.1 (#162)
1 parent 52b2a28 commit 5a9ef41

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
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.4.0-beta.1] - 2021-10-29
10+
### Added
11+
- feat: Support declarative function signatures: `http` and `cloudevent` ([#160])
12+
913
## [2.3.0] - 2021-10-12
1014
### Added
1115
- feat: add support for Python 3.10 ([#151])
@@ -117,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117121
### Added
118122
- Initial release
119123

120-
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.3.0...HEAD
124+
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.4.0-beta.1...HEAD
125+
[2.4.0-beta.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.4.0-beta.1
121126
[2.3.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.3.0
122127
[2.2.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.2.1
123128
[2.2.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.2.0
@@ -140,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140145
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
141146
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
142147

148+
[#160]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/160
143149
[#154]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/154
144150
[#152]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/152
145151
[#151]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/151

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="functions-framework",
28-
version="2.3.0",
28+
version="2.4.0-beta.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)