Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Jul 3, 2017
1 parent 0360d34 commit ff225ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Deviot Release Notes
## Version 2.0.1 | 03 Jul 2017
* Improvement Syntax is created even if the PlatformIO setup fails (Issue: https://github.com/gepd/Deviot/issues/125)
* Improvement Force Sublime Text to assign deviot syntax when it's a IOT file (Issue: https://github.com/gepd/Deviot/issues/125)
* Improvement The console will print the error when installation fails
* Bug fix removing the preferences files who was making crashing Sublime Text
* Multiples Bug fixes installing PlatformIO in macOS (Issue: https://github.com/gepd/Deviot/issues/124)

## Version 2.0.0 | 02 Jul 2017
* Plugin totally rewritten
* New PlatformIO console
Expand Down
2 changes: 1 addition & 1 deletion libraries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 0, 1, 'dev')
VERSION = (2, 0, 1)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "Deviot"
Expand Down

0 comments on commit ff225ec

Please sign in to comment.