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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Jul 27, 2016
1 parent 76d6232 commit 943767a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 0.3.6

_2016-07-27_

* Upgrade to viewvalue 1.2.6
* Upgrade to Android platform 24
* Upgrade to sbt-android 1.6.9
* Upgrade to sbt 0.13.12

## 0.3.5

_2016-07-15_
Expand Down
14 changes: 7 additions & 7 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.5%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.6%7Cjar)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Taig/gandalf/master/LICENSE)

> Flexible data validation
````scala
```scala
libraryDependencies ++=
"io.taig" %% "gandalf-core" % "0.3.5" ::
"io.taig" %% "gandalf-predef" % "0.3.5" ::
"io.taig" %% "gandalf-report" % "0.3.5" ::
"io.taig" %% "gandalf-android" % "0.3.5" ::
"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" ::
Nil
````
```
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.3.5"
version in ThisBuild := "0.3.6"

0 comments on commit 943767a

Please sign in to comment.