Skip to content

Commit e44416e

Browse files
authored
feat!: release v3.0.0 (#168)
1 parent 99a9df6 commit e44416e

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+
## [3.0.0] - 2021-11-10
10+
### Fixed
11+
- refactor: change declarative function signature from `cloudevent` to `cloud_event` ([#167])
12+
913
## [2.4.0-beta.2] - 2021-11-01
1014
### Fixed
1115
- fix: remove debug statements
@@ -125,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125129
### Added
126130
- Initial release
127131

128-
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.4.0-beta.2...HEAD
132+
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v3.0.0...HEAD
133+
[3.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v3.0.0
129134
[2.4.0-beta.2]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.4.0-beta.2
130135
[2.4.0-beta.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.4.0-beta.1
131136
[2.3.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.3.0
@@ -150,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150155
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
151156
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
152157

158+
[#167]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/167
153159
[#160]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/160
154160
[#154]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/154
155161
[#152]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/152

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.4.0-beta.2",
28+
version="3.0.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)