Skip to content

Commit fa53206

Browse files
author
semantic-release
committed
chore(release): v0.10.0
1 parent cddbcdc commit fa53206

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

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.10.0 (2026-04-27)
5+
6+
### Documentation
7+
8+
- Adopt Google-style docstrings; revamp MkDocs site
9+
([`922ec94`](https://github.com/pythonnative/pythonnative/commit/922ec94bee841c8309b9b26a0c5085f663addb11))
10+
11+
### Features
12+
13+
- **hot_reload**: Reload Python app code without rebuilding
14+
([`cddbcdc`](https://github.com/pythonnative/pythonnative/commit/cddbcdc1bfd57ea2362116f0a8e0b1f8c98ca8f9))
15+
16+
417
## v0.9.0 (2026-04-16)
518

619
### Features

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.9.0"
7+
version = "0.10.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
@@ -39,7 +39,7 @@ def App():
3939
```
4040
"""
4141

42-
__version__ = "0.9.0"
42+
__version__ = "0.10.0"
4343

4444
from .components import (
4545
ActivityIndicator,

0 commit comments

Comments
 (0)