Skip to content

Commit 16befb2

Browse files
committed
0.2.6 release
1 parent 44ced95 commit 16befb2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.6 (29/October/17)
2+
3+
* Removed OSGi configuration, no longer needed for Scala-IDE (PR #258 by @sschaef)
4+
15
0.2.5 (27/October/17)
26

37
* Added support for single case pattern without forced newline (fixes #29)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Usage within a project
5252

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

55-
"org.scalariform" %% "scalariform" % "0.2.5"
55+
"org.scalariform" %% "scalariform" % "0.2.6"
5656

5757
Integration with Eclipse
5858
------------------------

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.6-SNAPSHOT"
1+
version in ThisBuild := "0.2.6"

0 commit comments

Comments
 (0)