Atom package to provide syntax highlighting for the MiniZinc constraint modelling language

Prepare 0.9.0 release

Changed files
+4 -1
+3
CHANGELOG.md
··· 5 5 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 6 6 7 7 ## [Unreleased] 8 + 9 + ## [0.9.0] 8 10 ### Changed 9 11 - Apply language settings to FZN and DZN files as well 10 12 - Use Iro generated syntax highlighting! ··· 76 78 77 79 78 80 [Unreleased]: https://github.com/Dekker1/linter-mzn/compare/v0.8.1...HEAD 81 + [0.9.0]: https://github.com/Dekker1/linter-mzn/compare/v0.8.1...v0.9.0 79 82 [0.8.1]: https://github.com/Dekker1/linter-mzn/compare/v0.8.0...v0.8.1 80 83 [0.8.0]: https://github.com/Dekker1/linter-mzn/compare/v0.7.0...v0.8.0
+1 -1
package.json
··· 1 1 { 2 2 "name": "language-mzn", 3 - "version": "0.8.1", 3 + "version": "0.9.0", 4 4 "description": "A language package for the MiniZinc constraint modeling language", 5 5 "repository": "https://github.com/Dekker1/language-mzn", 6 6 "license": "MIT",