Skip to content

Commit 828bebc

Browse files
authored
bump version to 4.2.0 (#537)
1 parent a202fa3 commit 828bebc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.0 - 2025.07.04
2+
- **breaking change**
3+
- In S3, the `scan`, `glob`, and `walk` functions skip files named `/`, as such files are typically used to mark an object as a directory. In Megfile, paths ending with a `/` are treated as directories.
4+
15
## 4.1.8.post1 - 2025.07.03
26
- fix `http_open` issue when `Content-Length` not in response header
37

megfile/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.1.8.post1"
1+
VERSION = "4.2.0"

0 commit comments

Comments
 (0)