·
24 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Changed
gendisc.utils.DirectorySplitter.setsnow returnstuple[tuple[str, ...], ...]instead oflist[list[str]], so the property no longer exposes the splitter's internal state to mutation.gendisc.utils.get_mountsandgendisc.utils.reload_mountsnow returntuple[str, ...]instead oflist[str]and the underlying mount cache is stored as a tuple, preventing callers from mutating the cached value.
Full Changelog: v0.1.0...v0.1.1