Skip to content

0.2.6 release #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"