Skip to content

Commit a65b89b

Browse files
author
semantic-release
committed
chore(release): v0.5.0
1 parent cfe247e commit a65b89b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.5.0 (2026-03-31)
5+
6+
### Continuous Integration
7+
8+
- **workflows**: Add Maestro E2E tests for Android and iOS
9+
([`cfe247e`](https://github.com/pythonnative/pythonnative/commit/cfe247edf99da8ff870e2d4118ef74b2df5521c1))
10+
11+
### Features
12+
13+
- **core**: Replace imperative widget API with declarative component model and reconciler
14+
([`b6b7721`](https://github.com/pythonnative/pythonnative/commit/b6b77216305202ea0c5197b29e725e14cbe99b5e))
15+
16+
417
## v0.4.0 (2026-03-18)
518

619
### Bug Fixes

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.4.0"
7+
version = "0.5.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
@@ -17,7 +17,7 @@ def render(self):
1717
)
1818
"""
1919

20-
__version__ = "0.4.0"
20+
__version__ = "0.5.0"
2121

2222
from .components import (
2323
ActivityIndicator,

0 commit comments

Comments
 (0)