Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Aug 22, 2016
1 parent 5d0ff1d commit ba322f1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions 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_
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.3.6"
version in ThisBuild := "0.3.7"

0 comments on commit ba322f1

Please sign in to comment.