Skip to content

Commit c7572d3

Browse files
author
semantic-release
committed
chore(release): v0.22.1
1 parent e787891 commit c7572d3

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.22.1 (2026-06-18)
5+
6+
### Bug Fixes
7+
8+
- Pin PythonKit to v0.5.1 after upstream renamed master to main
9+
([#13](https://github.com/pythonnative/pythonnative/pull/13),
10+
[`e787891`](https://github.com/pythonnative/pythonnative/commit/e787891a72e62526f70effc21cb70f37898c5de9))
11+
12+
### Documentation
13+
14+
- Add AGENTS.md with documentation style guidelines
15+
([`1e860b7`](https://github.com/pythonnative/pythonnative/commit/1e860b7ee40f933b29e7d94d3c9cbedac873b6f6))
16+
17+
- Serve documentation site from the apex domain
18+
([`6b659e9`](https://github.com/pythonnative/pythonnative/commit/6b659e9c5bb1631891cd35cc4b179ee5e3e26e44))
19+
20+
- Use straight quotes, and drop em dashes per style guide
21+
([#12](https://github.com/pythonnative/pythonnative/pull/12),
22+
[`6c0399c`](https://github.com/pythonnative/pythonnative/commit/6c0399c4c2a3f5452e04edbc1ac2a709c411ad3f))
23+
24+
425
## v0.22.0 (2026-06-16)
526

627
### 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.22.0"
7+
version = "0.22.1"
88
description = "Cross-platform native UI toolkit for Android and iOS"
99
authors = [
1010
{ name = "Owen Carey" }
@@ -81,6 +81,7 @@ Documentation = "https://pythonnative.com/"
8181

8282

8383

84+
8485
[tool.setuptools.packages.find]
8586
where = ["src"]
8687

src/pythonnative/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def App():
6060
```
6161
"""
6262

63-
__version__ = "0.22.0"
63+
__version__ = "0.22.1"
6464

6565
from . import gestures, runtime, sdk
6666
from .alerts import Alert

0 commit comments

Comments
 (0)