Releases: go-git/go-billy
Releases · go-git/go-billy
v5.0.0
- Project move to go-git org
v4.3.2
- *: go module update
- osfs: fixed building for Solaris
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