Skip to content

Commit

Permalink
0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
godenji committed Jul 19, 2017
1 parent 251cb1b commit d3d4ca8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.2 (19/July/17)

* Added IDE friendly preference descriptors
* Added Maven components for generating Eclipse update site
* Uploaded generated Eclipse update site

0.2.1 (14/July/17)

* FIX: Revert removal of DoubleIndentClassDeclaration which was erroneously marked as having been deprecated since scalariform 0.1.5 (in reality the deprecation occurred in 0.2.0-snapshot)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Usage within a project

Have a use for the scalariform source code directly? You can use it as a build dependency: ::

"org.scalariform" %% "scalariform" % "0.2.1"
"org.scalariform" %% "scalariform" % "0.2.2"

Integration with Eclipse
------------------------
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.2-SNAPSHOT"
version in ThisBuild := "0.2.2"

0 comments on commit d3d4ca8

Please sign in to comment.