File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pythonnative"
7- version = " 0.4 .0"
7+ version = " 0.5 .0"
88description = " Cross-platform native UI toolkit for Android and iOS"
99authors = [
1010 { name = " Owen Carey" }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def render(self):
1717 )
1818"""
1919
20- __version__ = "0.4 .0"
20+ __version__ = "0.5 .0"
2121
2222from .components import (
2323 ActivityIndicator ,
You can’t perform that action at this time.
0 commit comments