0.6.0
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