Archived
1
0

Update package definition

This commit is contained in:
Jip J. Dekker 2017-11-17 15:44:28 +11:00
parent b4b81a7aa2
commit 554d06c07d
No known key found for this signature in database
GPG Key ID: 9CB1B58997DD0D58
2 changed files with 6 additions and 1 deletions

View File

@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [0.1.1] - 2017-11-17
### Fixes
- Small fixes to documentation and package definition
## [0.1.0] - 2017-11-17
### Added
- Basic MiniZinc linting functionality as previously available in `language-mzn`
[Unreleased]: https://github.com/Dekker1/linter-mzn/compare/v0.1.0...HEAD
[0.1.1]: https://github.com/Dekker1/linter-mzn/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/Dekker1/linter-mzn/compare/a4b0a4d4bb1cc6b1f0680a2f5a159c0e3e994cb6...v0.1.0

View File

@ -12,7 +12,7 @@
"providedServices": {
"linter": {
"versions": {
"1.0.0": "provideLinter"
"2.0.0": "provideLinter"
}
}
},
@ -22,6 +22,7 @@
},
"package-deps": [
"linter",
"language-mzn",
"linter-mzn"
]
}