🍂 Autumn bug fixing 🍁
- fix JSON schema for TOML files that stopped working some time ago (when using
Even Better TOML
extension on VSCode) - [configuration v2] fix regression bug where profile groups were stopping after an error when the
continue-on-error
flag was set
Changelog
- 57d1439 Fix for continue-on-error broken in 0.26.0 (#407)
- ccccfa2 Linters (#397)
- 249fd41 add base url on json schema (#408)
- b254503 add misspell linter
- 7dcb41b fix bullet points from restic man (#398)
- 4181d9e fix overflow integer conversion lint warning from gosec (#399)
- 2231793 generate JSON schema for restic 0.17
- 0ad1b68 prepare next release
- 3612b51 use goreleaser v2