Skip to content

Commit a7ef3d5

Browse files
author
semantic-release
committed
chore(release): v0.7.0
1 parent 8103710 commit a7ef3d5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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.7.0 (2026-04-03)
5+
6+
### Features
7+
8+
- Replace class-based Page with function components, style prop, and use_navigation hook
9+
([`8103710`](https://github.com/pythonnative/pythonnative/commit/8103710aed5feb564583bb161cf81771669645fe))
10+
11+
412
## v0.6.0 (2026-04-03)
513

614
### Build System

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.6.0"
7+
version = "0.7.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.6.0"
17+
__version__ = "0.7.0"
1818

1919
from .components import (
2020
ActivityIndicator,

0 commit comments

Comments
 (0)