We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53a1fe commit f4c8362Copy full SHA for f4c8362
2 files changed
CHANGELOG.md
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
15
### Fixed
16
### Security
17
18
+## 0.7.0 - 2025-11-19
19
+
20
+### Added
21
22
+- Support for IPv4-only environments
23
24
## 0.6.1 - 2025-08-27
25
26
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "func-python"
3
-version = "0.6.0"
+version = "0.7.0"
4
description = "Knative Functions Python Middleware"
5
authors = ["The Knative Authors <knative-dev@googlegroups.com>"]
6
readme = "README.md"
0 commit comments