Releases: src-d/go-billy
Releases · src-d/go-billy
v4.3.2
- *: go module update
- osfs: fixed building for Solaris
v4.3.1
- memfs: return error when using negative offsets (#68)
- *: support solaris (#70)
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,