Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 00:34
· 22 commits to main since this release

InstanceDispatch v0.2.0

Diff since v0.1.2

Breaking changes

  • Drop support for Julia < 1.12
  • Changed default return value of the generated functions. It should not affect the result of your codes, but might change type inference (see the documentation).

New Features

  • Support type annotations for the return value of functions.
  • Allow the specification of default return value to help type inference.

Merged pull requests:

  • chore(deps): bump actions/checkout from 4 to 6 (#5) (@dependabot[bot])

Closed issues:

  • Type instability in return type (#4)