Skip to content

Commit

Permalink
0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
godenji committed Oct 29, 2017
1 parent 44ced95 commit 16befb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.6 (29/October/17)

* Removed OSGi configuration, no longer needed for Scala-IDE (PR #258 by @sschaef)

0.2.5 (27/October/17)

* Added support for single case pattern without forced newline (fixes #29)
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.5"
"org.scalariform" %% "scalariform" % "0.2.6"

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.6-SNAPSHOT"
version in ThisBuild := "0.2.6"

0 comments on commit 16befb2

Please sign in to comment.