Releases: go-git/go-billy
Releases · go-git/go-billy
v4.3.0
- New
util.TempDir
function.
v4.2.1
This version is based v4.2.0 introducing the support for go modules
, no other changes are included.
v4.2.0
A new release for go-billy, including support for query the filesystem capabilities, a very deserved feature.
- Add Capability function to query fs capabilities #59 (jfontan)
v4.1.1
Fixes #55: Some errors are lost in copyPath
v4.0.2
- chroot: Handle filenames with leading periods correctly
v4.0.1
- File.Truncate: Add support for trucate, os and menfs implementations
v4.0.0
- File.Lock/Unlock: Add support for file locking
- Project license changed to Apache License Version 2.0,
v3.1.0
- mount: adding missing Join method (#37)
- chroot: allow Symlinks cross boundary (#38)