Skip to content

v0.33.0

Compare
Choose a tag to compare
@ldemailly ldemailly released this 02 Aug 19:08
· 117 commits to main since this release
f5798dc

What's Changed

  • You can now use func name(...) {....} as short for name=func(...) {...} by @ldemailly in #92

Full Changelog: v0.32.0...v0.33.0

Changelog

  • f5798dc implement func name(...) {....} as short for name=func(...) {...} (#92)