We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313b747 commit ab71bf5Copy full SHA for ab71bf5
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.5.0 (2025-12-08)
6
+
7
+### Features
8
9
+- **testing**: Add detect_module_runtime_mode to detect stitched/zipapp builds
10
+ ([`313b747`](https://github.com/apathetic-tools/python-utils/commit/313b747852556527ad9007616640711671c493ba))
11
12
13
## v0.4.1 (2025-12-07)
14
15
### Bug Fixes
pyproject.toml
@@ -2,7 +2,7 @@
[project]
name = "apathetic-utils"
-version = "0.4.1"
+version = "0.5.0"
description = "When stdlib is almost enough."
authors = [
{ name = "Apathetic Tools" }
0 commit comments