Skip to content

Commit 7d9bf90

Browse files
author
semantic-release
committed
chore(release): v0.12.0
1 parent 186bba6 commit 7d9bf90

3 files changed

Lines changed: 11 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.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

pyproject.toml

Lines changed: 2 additions & 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.11.0"
7+
version = "0.12.0"
88
description = "Cross-platform native UI toolkit for Android and iOS"
99
authors = [
1010
{ name = "Owen Carey" }
@@ -60,6 +60,7 @@ Repository = "https://github.com/pythonnative/pythonnative"
6060
Issues = "https://github.com/pythonnative/pythonnative/issues"
6161
Documentation = "https://docs.pythonnative.com/"
6262

63+
6364
[tool.setuptools.packages.find]
6465
where = ["src"]
6566

src/pythonnative/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def App():
4141
```
4242
"""
4343

44-
__version__ = "0.11.0"
44+
__version__ = "0.12.0"
4545

4646
from .alerts import Alert
4747
from .animated import Animated, AnimatedValue

0 commit comments

Comments
 (0)