Skip to content

Commit 81ed771

Browse files
chore: release v0.2.2 [skip ci]
1 parent b09f0af commit 81ed771

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
<!-- version list -->
44

5+
## v0.2.2 (2025-12-05)
6+
7+
### Bug Fixes
8+
9+
- Trigger patch release
10+
([`b09f0af`](https://github.com/apathetic-tools/python-utils/commit/b09f0af829258bf88d41e63daa14c318771a3445))
11+
12+
### Chores
13+
14+
- **deps**: Bump actions/checkout from 5 to 6
15+
([#1](https://github.com/apathetic-tools/python-utils/pull/1),
16+
[`56119b2`](https://github.com/apathetic-tools/python-utils/commit/56119b2769c68ea97feac5eab1e60957e9ef4b27))
17+
18+
### Continuous Integration
19+
20+
- Rename GitHub Actions workflow files
21+
([`55dc4db`](https://github.com/apathetic-tools/python-utils/commit/55dc4dbb314c24282b7eed46a032fb2586a7ddc5))
22+
23+
### Documentation
24+
25+
- **api**: Add missing functions to API documentation
26+
([`665f6b4`](https://github.com/apathetic-tools/python-utils/commit/665f6b4e64d1ece936c97cc2eb84b2cd3ac5f4ce))
27+
28+
### Refactoring
29+
30+
- Update code formatting and test structure
31+
([`8062cdf`](https://github.com/apathetic-tools/python-utils/commit/8062cdf108ea4349f7046b0f5d0ed1f55c4d77d6))
32+
33+
- **project**: Major cleanup and module reorganization
34+
([`21ce5c0`](https://github.com/apathetic-tools/python-utils/commit/21ce5c037043f8133c20d848eb0b510776737fc7))
35+
36+
### Testing
37+
38+
- **30_independant**: Add tests migrated from serger
39+
([`da9f245`](https://github.com/apathetic-tools/python-utils/commit/da9f24528b6f611ef3e8af9731315b79eb6ebbe9))
40+
41+
- **pytest**: Add parallel execution support and fix zipapp tests
42+
([`a4e5314`](https://github.com/apathetic-tools/python-utils/commit/a4e5314a63358c2e294f9823cfe9e9a577dd8c9a))
43+
44+
545
## v0.2.1 (2025-11-28)
646

747
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "apathetic-utils"
5-
version = "0.2.1"
5+
version = "0.2.2"
66
description = "When stdlib isn't enough."
77
authors = [
88
{ name = "Apathetic Tools" }

0 commit comments

Comments
 (0)