Skip to content

v0.1.6

Compare
Choose a tag to compare
@matthewmueller matthewmueller released this 04 Jun 21:14
· 172 commits to main since this release
  • Ensure alignment between CLI and runtime (#126)

    In v0.1.5, we had a breaking change in the runtime. If you had an existing project and upgraded the CLI to v0.1.5, but you were still using the v0.1.4 runtime in go.mod, you'd encounter an error. This change automatically updates your go.mod to align with the CLI that's building it. Fixes: #125.