Skip to content

Commit ded782e

Browse files
author
semantic-release
committed
chore(release): v0.9.0
1 parent 57179b9 commit ded782e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.9.0 (2026-04-16)
5+
6+
### Features
7+
8+
- **cli,page,templates**: Stream Python logs from pn run android/ios
9+
([`57179b9`](https://github.com/pythonnative/pythonnative/commit/57179b9c3946486aac6eb37a38dbdaa8755335b2))
10+
11+
412
## v0.8.0 (2026-04-08)
513

614
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pythonnative"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
description = "Cross-platform native UI toolkit for Android and iOS"
99
authors = [
1010
{ name = "Owen Carey" }

src/pythonnative/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def App():
1414
)
1515
"""
1616

17-
__version__ = "0.8.0"
17+
__version__ = "0.9.0"
1818

1919
from .components import (
2020
ActivityIndicator,

0 commit comments

Comments
 (0)