From ba322f146ef281bf0955636ab7f96d9e7a109dfd Mon Sep 17 00:00:00 2001 From: Niklas Klein Date: Mon, 22 Aug 2016 11:28:56 +0200 Subject: [PATCH] Release 0.3.7 --- CHANGELOG.md | 9 +++++++++ README.md | 10 +++++----- version.sbt | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e9984..8d5396f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.7 + +_2016-08-22_ + + * Upgrade to cats 0.7.0 + * Upgrade to shapeless 2.3.2 + * Upgrade to sbt-android 1.6.13 + * Upgrade to scalatest 3.0.0 + ## 0.3.6 _2016-07-27_ diff --git a/README.md b/README.md index aa9f4fd..d9428a0 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ [![Circle CI](https://circleci.com/gh/Taig/gandalf.svg?style=shield)](https://circleci.com/gh/Taig/gandalf) [![codecov.io](https://codecov.io/github/Taig/gandalf/coverage.svg?branch=master)](https://codecov.io/github/Taig/gandalf?branch=master) -[![Maven](https://img.shields.io/maven-central/v/io.taig/gandalf_2.11.svg)](http://search.maven.org/#artifactdetails%7Cio.taig%7Cgandalf_2.11%7C0.3.6%7Cjar) +[![Maven](https://img.shields.io/maven-central/v/io.taig/gandalf_2.11.svg)](http://search.maven.org/#artifactdetails%7Cio.taig%7Cgandalf_2.11%7C0.3.7%7Cjar) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Taig/gandalf/master/LICENSE) > Flexible data validation ```scala libraryDependencies ++= - "io.taig" %% "gandalf-core" % "0.3.6" :: - "io.taig" %% "gandalf-predef" % "0.3.6" :: - "io.taig" %% "gandalf-report" % "0.3.6" :: - "io.taig" %% "gandalf-android" % "0.3.6" :: + "io.taig" %% "gandalf-core" % "0.3.7" :: + "io.taig" %% "gandalf-predef" % "0.3.7" :: + "io.taig" %% "gandalf-report" % "0.3.7" :: + "io.taig" %% "gandalf-android" % "0.3.7" :: Nil ``` \ No newline at end of file diff --git a/version.sbt b/version.sbt index 728f976..28471fd 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.6" \ No newline at end of file +version in ThisBuild := "0.3.7" \ No newline at end of file