Sourced from github.com/go-git/go-billy/v5's releases.
v5.6.0
What's Changed
- Adding support for wasm/wasip1 by
@tryggvilin go-git/go-billy#36Memory.ReadDir()should return an error when path isn't found. by@weberc2-tempusin go-git/go-billy#38- Adding support for WriteAt by
@sfc-gh-thardiein go-git/go-billy#39- Update memfs.New() to create root directory by
@onee-onlyin go-git/go-billy#45- Fix symlink by
@pjbgfin go-git/go-billy#46- Close via defer by
@spennymacin go-git/go-billy#47- General improvements to memfs by
@pjbgfin go-git/go-billy#50- boundos:insideBaseDirEval: return true if baseDir is "/" by
@rminnichin go-git/go-billy#48- Add wrapper for io/fs by
@evankandersonin go-git/go-billy#81New Contributors
@dependabotmade their first contribution in go-git/go-billy#35@tryggvilmade their first contribution in go-git/go-billy#36@weberc2-tempusmade their first contribution in go-git/go-billy#38@sfc-gh-thardiemade their first contribution in go-git/go-billy#39@onee-onlymade their first contribution in go-git/go-billy#45@spennymacmade their first contribution in go-git/go-billy#47@rminnichmade their first contribution in go-git/go-billy#48@evankandersonmade their first contribution in go-git/go-billy#81Full Changelog: https://github.com/go-git/go-billy/compare/v5.5.0...v5.6.0
371e232
Merge pull request #85
from go-git/dependabot/github_actions/github/codeql-ac...5087c4c
build: bump github/codeql-action from 3.26.10 to 3.26.115f263c9
Merge pull request #84
from go-git/dependabot/github_actions/github/codeql-ac...18ec098
build: bump github/codeql-action from 3.26.8 to 3.26.10c1ee0b9
Merge pull request #81
from evankanderson/iofsb50bc97
Rename Wrap to New9745bbb
Merge pull request #83
from go-git/dependabot/github_actions/github/codeql-ac...d864d47
build: bump github/codeql-action from 3.26.7 to 3.26.8b8c5b1b
Prevent test failures on Windows, address feedback from pjbgf28f6c49
Fix test handling on go < 1.23