Skip to content

v0.10.0

Choose a tag to compare

@jimehbot jimehbot released this 13 Jul 15:09
Immutable release. Only release title and notes can be modified.
8969b4a

0.10.0 (2026-07-13)

⚠ BREAKING CHANGES

  • public operational enums in treeboot-core are now non-exhaustive. Downstream crates that exhaustively match these enums will no longer compile and must add a wildcard arm or otherwise handle unknown future variants. The CLI and configuration contract are unchanged.

Features

  • preserve public enum extensibility (#92) (0a72649)

Bug Fixes

  • allow Renovate to complete Rust updates (#101) (6d62f86)
  • keep musl release smoke tests runnable (#113) (0ca82fe)
  • keep Renovate from rewriting mise constraints (#107) (5ba2812)
  • keep Rust toolchain lockfile updates in sync (#98) (ba6acf2)
  • keep treeboot mise versions normalized (#112) (45b00ed)
  • let Renovate refresh the Rust lockfile (#104) (d3836a5)
  • make Renovate update mise tools reliably (#111) (3b25c08)
  • preserve native Git worktree paths (#90) (c05c814)
  • prevent command cwd escapes after file operations (#91) (cae33b6)
  • update fuzzy mise locks without changing constraints (#110) (f74fea3)
  • update mise locks without rewriting constraints (#108) (efee101)