Prepare 0.9.0 release
This commit is contained in:
parent
df9bf6e812
commit
4c1d9333ba
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user