Skip to content

Commit 1e7cb27

Browse files
committed
Prepare 0.3.1 release
1 parent 5eba85b commit 1e7cb27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Supported values for flags:
4141

4242
| Version | Changes
4343
|---------|-------------------------------------------------------------------------------------------
44+
| 0.3.1 | Fix issues with wartremover, implicit patterns with = binds & Xplugin-list flag
4445
| 0.3.0-M4| Fix anonymous variables in Scala 2.12.7+
4546
| M2, M3 | Fixes for implicit patterns
4647
| 0.3.0-M1| Initial implementation of implicit patterns

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val scala211 = "2.11.12"
77
lazy val supportedScalaVersions = List(scala211, scala212, scala213)
88

99
ThisBuild / organization := "com.olegpy"
10-
ThisBuild / version := "0.3.0"
10+
ThisBuild / version := "0.3.1"
1111
ThisBuild / licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
1212
ThisBuild / homepage := Some(url("http://github.com/oleg-py/better-monadic-for"))
1313
ThisBuild / scalaVersion := scala212

0 commit comments

Comments
 (0)