Skip to content

Commit a43e15f

Browse files
author
semantic-release
committed
chore(release): v0.15.0
1 parent 9f26a6e commit a43e15f

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.15.0 (2026-05-14)
5+
6+
### Chores
7+
8+
- **scripts**: Add check.sh to run ci.yml checks locally
9+
([`6bcb874`](https://github.com/pythonnative/pythonnative/commit/6bcb874fe287e6b57036fb207bac28d24e29eb2a))
10+
11+
### Features
12+
13+
- **sdk,style**: Add native-component SDK and typed Style API
14+
([#2](https://github.com/pythonnative/pythonnative/pull/2),
15+
[`9f26a6e`](https://github.com/pythonnative/pythonnative/commit/9f26a6e3482c6fb81d7522159b2916fa0855a283))
16+
17+
418
## v0.14.0 (2026-05-13)
519

620
### Chores

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.14.0"
7+
version = "0.15.0"
88
description = "Cross-platform native UI toolkit for Android and iOS"
99
authors = [
1010
{ name = "Owen Carey" }
@@ -64,6 +64,7 @@ Documentation = "https://docs.pythonnative.com/"
6464

6565

6666

67+
6768
[tool.setuptools.packages.find]
6869
where = ["src"]
6970

src/pythonnative/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def App():
5151
```
5252
"""
5353

54-
__version__ = "0.14.0"
54+
__version__ = "0.15.0"
5555

5656
from . import sdk
5757
from .alerts import Alert

0 commit comments

Comments
 (0)