You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multistep feature is set by a kwarg in the exec method. You can setup the default behavior in the state machine object, but it will be overloaded by the new kwarg.
The text was updated successfully, but these errors were encountered:
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
git tag -a v0.3.1 -m "<description of version>" fad32d9493852bb537c443bc27847bddd44ef47d
git push origin v0.3.1
Also, note the warning: Version 0.3.1 skips over 0.3.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
@JuliaRegistrator register
Release notes:
Breaking changes
The text was updated successfully, but these errors were encountered: