Skip to content

v0.0.27

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 14:34
· 7 commits to main since this release
b421eb0

💥 BREAKING CHANGES

  • due to 2d5d264 - add --upgrade parameter (PR #723 by @XaF):

    This changes the default behavior which would now be
    the equivalent of setting up_command/upgrade to true. The default
    behavior was changed to speed up the operations.
    Closes #705

✨ New Features

  • 2d5d264 - up: add --upgrade parameter (PR #723 by @XaF)
    • ↘️ addresses issue #705 opened by @XaF
  • 042c128 - argparser: ✨ omni can now parse arguments for custom commands (PR #735 by @XaF)
    • ↘️ addresses issue #734 opened by @XaF

🐛 Bug Fixes