From 4bdbf5d2706833ec47999a41054177a1f12b9fe2 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Fri, 18 Dec 2015 22:34:04 +0100 Subject: [PATCH] Setting version to 0.3.3 --- README.md | 12 ++++++------ notes/0.3.3.markdown | 2 ++ version.sbt | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fabd2e436..052f9ad0f 100644 --- a/README.md +++ b/README.md @@ -155,16 +155,16 @@ syntax for literal-based singleton types. ## Using refined -The latest version of the library is 0.3.2, which is available for Scala and +The latest version of the library is 0.3.3, which is available for Scala and [Scala.js][scala.js] version 2.10 and 2.11. If you're using sbt, add the following to your build: libraryDependencies ++= Seq( - "eu.timepit" %% "refined" % "0.3.2", - "eu.timepit" %% "refined-scalaz" % "0.3.2", // optional, JVM only - "eu.timepit" %% "refined-scodec" % "0.3.2", // optional - "eu.timepit" %% "refined-scalacheck" % "0.3.2" % "test" // optional + "eu.timepit" %% "refined" % "0.3.3", + "eu.timepit" %% "refined-scalaz" % "0.3.3", // optional, JVM only + "eu.timepit" %% "refined-scodec" % "0.3.3", // optional + "eu.timepit" %% "refined-scalacheck" % "0.3.3" % "test" // optional ) For Scala.js just replace `%%` with `%%%` above. @@ -172,7 +172,7 @@ For Scala.js just replace `%%` with `%%%` above. Instructions for Maven and other build tools are available at [search.maven.org][search.maven]. Release notes for the latest version are available in -[0.3.2.markdown](https://github.com/fthomas/refined/blob/master/notes/0.3.2.markdown). +[0.3.3.markdown](https://github.com/fthomas/refined/blob/master/notes/0.3.3.markdown). The optional dependencies are add-on libraries that provide support for other tag types or integration of refined types in other libraries. diff --git a/notes/0.3.3.markdown b/notes/0.3.3.markdown index 2483a3ec5..ac9a21475 100644 --- a/notes/0.3.3.markdown +++ b/notes/0.3.3.markdown @@ -12,3 +12,5 @@ [#106]: https://github.com/fthomas/refined/pull/106 [#107]: https://github.com/fthomas/refined/issues/107 [#109]: https://github.com/fthomas/refined/pull/109 + +Released on 2015-12-18 diff --git a/version.sbt b/version.sbt index 8811f2640..095748166 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.3-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.3.3" \ No newline at end of file