Skip to content

Commit

Permalink
Merge pull request #259 from godenji/0.2.6
Browse files Browse the repository at this point in the history
0.2.6 release
  • Loading branch information
godenji authored Oct 29, 2017
2 parents 4e497a9 + 16befb2 commit cce0014
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 313 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
6 changes: 5 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Scalariform is maintained by Matt Russell (https://github.com/mdr/scalariform).
Scalariform was created by Matt Russell (https://github.com/mdr/scalariform)

The library is maintained by N.S. Cutler (https://github.com/godenji)

For the full list of contributors please visit (https://github.com/scala-ide/scalariform/graphs/contributors)

* A command line option to read a list of files was contributed by Olivier Michallat (https://github.com/olim7t).
* The Maven formatter plugin was written by Adam Crain (https://github.com/jadamcrain).
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
182 changes: 0 additions & 182 deletions pom.xml

This file was deleted.

5 changes: 0 additions & 5 deletions scalariform/build.properties

This file was deleted.

9 changes: 0 additions & 9 deletions scalariform/notes/0.0.6.markdown

This file was deleted.

8 changes: 0 additions & 8 deletions scalariform/notes/0.0.7.markdown

This file was deleted.

11 changes: 0 additions & 11 deletions scalariform/notes/0.0.8.markdown

This file was deleted.

10 changes: 0 additions & 10 deletions scalariform/notes/0.0.9.markdown

This file was deleted.

10 changes: 0 additions & 10 deletions scalariform/notes/0.1.0.markdown

This file was deleted.

12 changes: 0 additions & 12 deletions scalariform/notes/0.1.1.markdown

This file was deleted.

11 changes: 0 additions & 11 deletions scalariform/notes/0.1.2.markdown

This file was deleted.

3 changes: 0 additions & 3 deletions scalariform/notes/0.1.3.markdown

This file was deleted.

3 changes: 0 additions & 3 deletions scalariform/notes/0.1.4.markdown

This file was deleted.

8 changes: 0 additions & 8 deletions scalariform/notes/0.1.5.markdown

This file was deleted.

6 changes: 0 additions & 6 deletions scalariform/notes/0.1.6.markdown

This file was deleted.

3 changes: 0 additions & 3 deletions scalariform/notes/about.markdown

This file was deleted.

29 changes: 0 additions & 29 deletions scalariform/pom.xml

This file was deleted.

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

0 comments on commit cce0014

Please sign in to comment.