Skip to content

Commit b24eb64

Browse files
authored
Release v0.2.0 (#19)
1 parent 54eeba5 commit b24eb64

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

18+
19+
## [0.2.0] - 2024-11-06
20+
21+
### Added
22+
- optional message returns from lifeycle methods "alive" and "ready"
23+
- expanded development and release documentation
24+
25+
1826
## [0.1.0] - 2024-10-28
1927

2028
### Added

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.1.0"
3+
version = "0.2.0"
44
description = "Knative Functions Python Middleware"
55
authors = ["Luke Kingland <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)