Skip to content

Commit

Permalink
Merge pull request #66 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
just-semver v0.1.1
  • Loading branch information
kevin-lee committed Dec 24, 2020
2 parents b15dffa + 9166e8e commit 738c039
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [0.1.1](https://github.com/Kevin-Lee/just-semver/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone2) - 2020-12-24 🎄

### Done
* Support Dotty (#58)
* Support Scala `3.0.0-M1` and `3.0.0-M2` (#62)
* Support Scala `3.0.0-M3` (#64)
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import wartremover.WartRemover.autoImport.{Wart, Warts}
*/
object ProjectInfo {

val ProjectVersion: String = "0.1.0"
val ProjectVersion: String = "0.1.1"

def commonWarts(scalaBinaryVersion: String): Seq[wartremover.Wart] = scalaBinaryVersion match {
case "2.10" =>
Expand Down

0 comments on commit 738c039

Please sign in to comment.