1
0

Prepare 0.9.0 release

This commit is contained in:
Jip J. Dekker 2018-02-07 17:24:42 +11:00
parent df9bf6e812
commit 4c1d9333ba
No known key found for this signature in database
GPG Key ID: 9CB1B58997DD0D58
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.9.0]
### Changed
- Apply language settings to FZN and DZN files as well
- Use Iro generated syntax highlighting!
@ -76,5 +78,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/Dekker1/linter-mzn/compare/v0.8.1...HEAD
[0.9.0]: https://github.com/Dekker1/linter-mzn/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/Dekker1/linter-mzn/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/Dekker1/linter-mzn/compare/v0.7.0...v0.8.0

View File

@ -1,6 +1,6 @@
{
"name": "language-mzn",
"version": "0.8.1",
"version": "0.9.0",
"description": "A language package for the MiniZinc constraint modeling language",
"repository": "https://github.com/Dekker1/language-mzn",
"license": "MIT",