v0.1.11
What's Changed
- Exit with 1 when validation failed by @kna in #68
- Change validation message by @kna in #70
- Update dependencies by @mitoma in #71
Breaking change
From this version, the exit code when executing validate will change.
If there is an invalid sver.toml
, the exit code will be 1
.
Full Changelog: v0.1.10...v0.1.11