Skip to content

Commit 38646a0

Browse files
committed
chore(release): prepare for v0.2.0
1 parent 71565db commit 38646a0

3 files changed

Lines changed: 41 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.0] - 2025-10-12
6+
7+
### 🚀 Features
8+
9+
- *(module)* Add in-app update support
10+
- *(scripts)* Add release automation script
11+
12+
### 🐛 Bug Fixes
13+
14+
- *(py2droid-update-bin)* Handle non-existent PATH entries
15+
16+
### 💼 Other
17+
18+
- *(cpython)* Add `--with-lto` flag
19+
- *(module)* Debloat `include` directory
20+
- *(cpython)* Drop 32-bit host builds
21+
- *(cpython)* Bump to v3.14.0
22+
23+
### 🚜 Refactor
24+
25+
- *(scripts)* Rework build script
26+
- *(config)* Align build.toml with the new build script
27+
- *(module)* Rework installation logic
28+
- *(py2droid-update-bin)* Improve code clarity
29+
30+
### 📚 Documentation
31+
32+
- *(readme)* Clean up and update README.md
33+
34+
### ⚙️ Miscellaneous Tasks
35+
36+
- Add cliff.toml
37+
- Move CHANGELOG.md to the project root
38+
- *(release)* Use git-cliff-action for release body generation
39+
- *(patches)* Update for CPython v3.14.0
40+
541
## [0.1.2] - 2025-08-16
642

743
### 💼 Other
@@ -48,5 +84,3 @@ All notable changes to this project will be documented in this file.
4884
### ⚙️ Miscellaneous Tasks
4985

5086
- Add .gitignore
51-
52-
<!-- generated by git-cliff -->

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=py2droid
22
name=Py2Droid
3-
version=v0.1.2
4-
versionCode=20250816
3+
version=v0.2.0
4+
versionCode=20251012
55
author=Mrakorez
66
description=
77
updateJson=https://raw.githubusercontent.com/Mrakorez/py2droid/refs/heads/master/module/update.json

module/update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v0.1.2",
3-
"versionCode": 20250816,
2+
"version": "v0.2.0",
3+
"versionCode": 20251012,
44
"zipUrl": "https://github.com/Mrakorez/py2droid/releases/download/latest/py2droid-v0.2.0.zip",
55
"changelog": "https://raw.githubusercontent.com/Mrakorez/py2droid/refs/heads/master/CHANGELOG.md"
6-
}
6+
}

0 commit comments

Comments
 (0)