Skip to content

Commit 454041f

Browse files
authored
Release v0.6.0 (#60)
1 parent 79c2f58 commit 454041f

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99
## [Unreleased]
1010

1111
### Added
12+
### Changed
13+
### Deprecated
14+
### Removed
15+
### Fixed
16+
### Security
17+
18+
## 0.6.1 - 2025-08-27
19+
1220
### Changed
1321

1422
- Improved test function to cover additional CloudEvent cases
1523

16-
### Deprecated
17-
### Removed
1824
### Fixed
1925

2026
- CloudEvent handler gracefully fails on non-cloudevent requests
2127

22-
### Security
23-
2428
## [0.5.1] - 2025-03-10
2529

2630
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "func-python"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "Knative Functions Python Middleware"
55
authors = ["The Knative Authors <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)