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 9b231b6 commit 5aee23dCopy full SHA for 5aee23d
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 5.0.3 - 2025.12.17
2
+- feat
3
+ - show retries count in exception messages
4
+- fix
5
+ - fix `parents` when path startswith /
6
+ - fix zsh completion and ls with `file://` path in cli
7
+
8
## 5.0.2 - 2025.11.25
9
- perf
10
- Expose protocol-specific function interfaces at the top level.
megfile/version.py
@@ -1 +1 @@
-VERSION = "5.0.2"
+VERSION = "5.0.3"
0 commit comments