Skip to content

Commit

Permalink
bump version to 4.1.1 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveEatCandy authored Feb 5, 2025
1 parent a3581bf commit 90ec579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.1.1 - 2025.02.05
- perf
- update the default worker number for the `sync` command
- optimize the performance of the `sync` command
- feat
- support retrying more errors
- fix
- fix `smart_move` bug when path with alias of s3 protocol

## 4.1.0.post3 - 2025.01.23
- fix
- fix `--skip` not work in `cp` command when path is dir.
Expand Down
2 changes: 1 addition & 1 deletion megfile/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.1.0.post3"
VERSION = "4.1.1"

0 comments on commit 90ec579

Please sign in to comment.