Skip to content

Commit f4c8362

Browse files
authored
Release v0.7.0 (#67)
1 parent b53a1fe commit f4c8362

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1515
### Fixed
1616
### Security
1717

18+
## 0.7.0 - 2025-11-19
19+
20+
### Added
21+
22+
- Support for IPv4-only environments
23+
1824
## 0.6.1 - 2025-08-27
1925

2026
### 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.6.0"
3+
version = "0.7.0"
44
description = "Knative Functions Python Middleware"
55
authors = ["The Knative Authors <knative-dev@googlegroups.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)