Skip to content

v0.17.1

Latest

Choose a tag to compare

@BrianPugh BrianPugh released this 09 Feb 16:58
· 2 commits to master since this release
cb85400

Bug Fixes

  • Fix create CLI command not following symlinks when globbing source directory by @skrat in #151
  • Remove stray print() in --compact code path that wasn't gated by --verbose by @amgross in #153
  • Fix REPL re-executing the previous command when pressing Enter on an empty line by @amgross in #154
  • Fix REPL failing to mount compacted images due to incorrect block_count by @amgross in #157
  • Fix --compact producing corrupt images due to filesystem walk order differing from on-disk order by @amgross in #159

Internal

  • Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 by @dependabot[bot] in #155
  • Add option to run CLI tests from Python, and add example test by @amgross in #156
  • Add tests for UserContextWinDisk by @amgross in #158

New Contributors

Full Changelog: v0.17.0...v0.17.1