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 7cffe37 commit b1c9e0eCopy full SHA for b1c9e0e
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.4.0 (2025-12-06)
6
+
7
+### Features
8
9
+- **paths**: Rename strip_common_prefix to shorten_path with multi-base support
10
+ ([`7cffe37`](https://github.com/apathetic-tools/python-utils/commit/7cffe37efd1c89ba8e807d1203c5c627eae8facb))
11
12
13
## v0.3.0 (2025-12-05)
14
15
### Continuous Integration
pyproject.toml
@@ -2,7 +2,7 @@
[project]
name = "apathetic-utils"
-version = "0.3.0"
+version = "0.4.0"
description = "When stdlib is almost enough."
authors = [
{ name = "Apathetic Tools" }
0 commit comments