From 905f95ecbbf70a41c6816eed7f85b8a4a372089f Mon Sep 17 00:00:00 2001 From: Luke Kingland Date: Wed, 27 Aug 2025 19:55:54 +0900 Subject: [PATCH] Release v0.6.0 --- CHANGELOG.md | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52e10c4..f149c3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,18 +9,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## 0.6.1 - 2025-08-27 + ### Changed - Improved test function to cover additional CloudEvent cases -### Deprecated -### Removed ### Fixed - CloudEvent handler gracefully fails on non-cloudevent requests -### Security - ## [0.5.1] - 2025-03-10 ### Changed diff --git a/pyproject.toml b/pyproject.toml index e9a85df8..50c0cb4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "func-python" -version = "0.5.1" +version = "0.6.0" description = "Knative Functions Python Middleware" authors = ["The Knative Authors "] readme = "README.md"