Skip to content

v0.6.0

Choose a tag to compare

@jimehbot jimehbot released this 26 Jun 22:33
Immutable release. Only release title and notes can be modified.
009f7f4

0.6.0 (2026-06-26)

⚠ BREAKING CHANGES

  • treeboot-core: treeboot-core command-shaped option defaults no longer use ambient process environment. Public option structs now require explicit EnvironmentInput, and RuntimeOptionOverrides::from_env() has been replaced by RuntimeOptionOverrides::from_environment(&EnvironmentInput) or RuntimeOptionOverrides::from_process_env().

Bug Fixes

  • avoid false checksum-sync change on short reads (#57) (a20ac67)
  • enforce validated action plan boundaries (#60) (e8f641b)
  • recheck preserved source symlinks before apply (#62) (57c0888)

Code Refactoring

  • treeboot-core: make core environment input explicit (#61) (8e61a7f)