File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
## [ Unreleased]
10
10
11
11
### Added
12
+ ### Changed
13
+ ### Deprecated
14
+ ### Removed
15
+ ### Fixed
16
+ ### Security
17
+
18
+ ## 0.6.1 - 2025-08-27
19
+
12
20
### Changed
13
21
14
22
- Improved test function to cover additional CloudEvent cases
15
23
16
- ### Deprecated
17
- ### Removed
18
24
### Fixed
19
25
20
26
- CloudEvent handler gracefully fails on non-cloudevent requests
21
27
22
- ### Security
23
-
24
28
## [ 0.5.1] - 2025-03-10
25
29
26
30
### Changed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " func-python"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
description = " Knative Functions Python Middleware"
5
5
authors = [
" The Knative Authors <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments