Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 May 23:39
· 24 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.1.1
89e9aef

Changed

  • gendisc.utils.DirectorySplitter.sets now returns tuple[tuple[str, ...], ...] instead of list[list[str]], so the property no longer exposes the splitter's internal state to mutation.
  • gendisc.utils.get_mounts and gendisc.utils.reload_mounts now return tuple[str, ...] instead of list[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