Skip to content

0.6.0

Compare
Choose a tag to compare
@mtj0928 mtj0928 released this 09 Apr 03:30
· 30 commits to main since this release
9205acb

New Features

  • Specified exclude versions when executing nest update-nestfile by @coffmark in #33
    • On update-nestfile, specific targets and versions can be skipped.
    # Ignore updates of `realm/SwiftLint `
    $ nest update-nestfile nestfile.yaml --excludes realm/SwiftLint
    
    # Ignore versions of 0.58.1 and 0.58.2 of `realm/SwiftLint `
    $ nest update-nestfile nestfile.yaml --excludes realm/[email protected] realm/[email protected]

Full Changelog: 0.5.2...0.6.0