Skip to content

Commit cce0014

Browse files
authored
Merge pull request #259 from godenji/0.2.6
0.2.6 release
2 parents 4e497a9 + 16befb2 commit cce0014

19 files changed

+11
-313
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)

CONTRIBUTORS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Scalariform is maintained by Matt Russell (https://github.com/mdr/scalariform).
1+
Scalariform was created by Matt Russell (https://github.com/mdr/scalariform)
2+
3+
The library is maintained by N.S. Cutler (https://github.com/godenji)
4+
5+
For the full list of contributors please visit (https://github.com/scala-ide/scalariform/graphs/contributors)
26

37
* A command line option to read a list of files was contributed by Olivier Michallat (https://github.com/olim7t).
48
* The Maven formatter plugin was written by Adam Crain (https://github.com/jadamcrain).

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
------------------------

pom.xml

Lines changed: 0 additions & 182 deletions
This file was deleted.

scalariform/build.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

scalariform/notes/0.0.6.markdown

Lines changed: 0 additions & 9 deletions
This file was deleted.

scalariform/notes/0.0.7.markdown

Lines changed: 0 additions & 8 deletions
This file was deleted.

scalariform/notes/0.0.8.markdown

Lines changed: 0 additions & 11 deletions
This file was deleted.

scalariform/notes/0.0.9.markdown

Lines changed: 0 additions & 10 deletions
This file was deleted.

scalariform/notes/0.1.0.markdown

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)