Skip to content

Commit

Permalink
Release version 0.2.3
Browse files Browse the repository at this point in the history
This is the first version with a release notes file.
  • Loading branch information
swansontec committed Jun 17, 2012
1 parent 9ffb8f0 commit 9f18cef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/source.extension.vsixmanifest
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="EditorConfig..5cd8e6a2-be43-4fcc-a345-40f6cc1e9c9f">
<Name>EditorConfig</Name>
<Author>EditorConfig Team</Author>
<Version>0.2.2</Version>
<Version>0.2.3</Version>
<Description xml:space="preserve">Loads editor options such as indentation sizes from standard, cross-platform .editorconfig files.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://editorconfig.org/</MoreInfoUrl>
Expand Down
17 changes: 17 additions & 0 deletions 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

0 comments on commit 9f18cef

Please sign in to comment.