Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

v0.5.1

Compare
Choose a tag to compare
@burmecia burmecia released this 25 Apr 05:50
· 334 commits to master since this release

In this release, some major changes are done for behaviors of read/write and rename on File. In general, their behaviors are more like normal file operations.

  • Read/write will now affect the file position as normal Unix file operations will do
  • Read will always perform on the latest file version
  • Rename now behaves like rename(2)