Skip to content

Commit

Permalink
0.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
godenji committed Mar 29, 2019
1 parent ca4a577 commit af296f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.8 (29/March/19)

* Fix type mismatch between `Unit` and `TokenType` (PR #276 by @Philippus)

0.2.7 (8/February/19)

* Added trailing comma support (PR #262 by @marekzebrowski])
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.7"
"org.scalariform" %% "scalariform" % "0.2.8"

Integration with Eclipse
------------------------
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ lazy val scalariform = (project
Package.JarManifest(m)
},
testOptions in Test += Tests.Argument("-oI"),
mimaPreviousArtifacts := Set(organization.value %% "scalariform" % "0.2.6")
mimaPreviousArtifacts := Set(organization.value %% "scalariform" % "0.2.7")
)
)

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

0 comments on commit af296f1

Please sign in to comment.