diff --git a/Plugin/source.extension.vsixmanifest b/Plugin/source.extension.vsixmanifest index 4b701d6..aebbbed 100644 --- a/Plugin/source.extension.vsixmanifest +++ b/Plugin/source.extension.vsixmanifest @@ -3,7 +3,7 @@ EditorConfig EditorConfig Team - 0.2.2 + 0.2.3 Loads editor options such as indentation sizes from standard, cross-platform .editorconfig files. 1033 http://editorconfig.org/ diff --git a/release-notes.md b/release-notes.md new file mode 100644 index 0000000..8435951 --- /dev/null +++ b/release-notes.md @@ -0,0 +1,17 @@ +# Release Notes + +## 0.2.3 + +* Fully handle the `indent_size=tab` case + +## 0.2.2 + +* Fix bug #56 + +## 0.2.1 + +* Display core messages in the Visual Studio error window + +## 0.2 + +* Initial release after re-writing the plugin from scratch \ No newline at end of file