File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.12.0 (2026-05-11)
5+
6+ ### Features
7+
8+ - ** components,hooks,native_views** : Add native UI primitives
9+ ([ ` 186bba6 ` ] ( https://github.com/pythonnative/pythonnative/commit/186bba6dcc1956cccb1433e004e4fb9b436736ce ) )
10+
11+
412## v0.11.0 (2026-04-29)
513
614### Features
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.11 .0"
7+ version = " 0.12 .0"
88description = " Cross-platform native UI toolkit for Android and iOS"
99authors = [
1010 { name = " Owen Carey" }
@@ -60,6 +60,7 @@ Repository = "https://github.com/pythonnative/pythonnative"
6060Issues = " https://github.com/pythonnative/pythonnative/issues"
6161Documentation = " https://docs.pythonnative.com/"
6262
63+
6364[tool .setuptools .packages .find ]
6465where = [" src" ]
6566
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def App():
4141 ```
4242"""
4343
44- __version__ = "0.11 .0"
44+ __version__ = "0.12 .0"
4545
4646from .alerts import Alert
4747from .animated import Animated , AnimatedValue
You can’t perform that action at this time.
0 commit comments