Skip to content

v0.5.0 (Tom Servo)

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 17:51
· 25 commits to main since this release

This release is dedicated to the classic TV series Mystery Science Theater 3000.

Changelog

  • 933da9c add --var flag to define new global variables (closes #1)
  • 2a662d5 add support for canceling the current statement in the console / a running program with Ctrl-C (closes #8)
  • 226486b add TOML input/output support (closes #11), combine output format flags into a single -o / --output-format flag
  • 1f37c2a bump to Go 1.21.5
  • 2387c48 fix and improve docs alias handling (closes #7)
  • e84576d optimize performace when setting multiple variables at once (closes #4)
  • d29a620 lint all go modules in this repository
  • 2262fee bump extlib (closes #3)
  • b4dd1a4 interrupt program execution when Go context is canceled
  • 470b3e4 add Go context to Rudi context
  • d001719 bump extlib
  • 5749b95 make signatures look more consistent in the docs
  • 274d1da add optional support for functions defined in Rudi code