Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 03:29
· 308 commits to main since this release
9e90321

Now instructions cached by --cache-reuse experimental flag supports breakpoints. You can use this flag to reuse cached instructions and make 2nd-time debugging faster.

Notable Changes

  • Allow breakpoints on cached instructions (#33)
  • Added prune and du subcommands (#34)
  • Move worker flags (--rootless, --oci-*) to global (#34)
  • added --env and --workdir flags to exec command (#29)
  • docs(README): fix typo (#7), thanks to @developer-guy
  • decrease error verbosity (#27), thanks to @fahedouch