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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Jul 15, 2016
1 parent 0a1bed2 commit 518eebf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 0.3.5

_2016-07-15_

* Upgrade to cats 0.6.1
* Upgrade to sbt-scalariform 1.7.0
* Upgrade to sbt-sonatype 1.1.0
* Upgrade to sbt-android 1.6.7

## 0.3.4

_2016-06-21_
Expand All @@ -13,4 +22,4 @@ _2016-05-30_

* Upgrade to cats 0.6.0
* Upgrade to shapeless 2.3.1
* Upgrade to sbt-android 1.6.3
* Upgrade to sbt-android 1.6.3
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.4%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.5%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.4" ::
"io.taig" %% "gandalf-predef" % "0.3.4" ::
"io.taig" %% "gandalf-report" % "0.3.4" ::
"io.taig" %% "gandalf-android" % "0.3.4" ::
"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" ::
Nil
````
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ lazy val gandalf = project.in( file( "." ) )
.settings( Settings.common )
.settings(
aggregate in test := false,
name := "Gandalf",
name := "gandalf",
organization := "io.taig",
publish := (),
publishArtifact := false,
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Expand Up @@ -11,7 +11,7 @@ object Settings {
Nil
),
githubProject := "gandalf",
name := s"Gandalf ${name.value.capitalize}",
name := s"gandalf ${name.value}",
organization := "io.taig",
resolvers += Resolver.sonatypeRepo( "snapshots" ),
scalacOptions ++=
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.3.4"
version in ThisBuild := "0.3.5"

0 comments on commit 518eebf

Please sign in to comment.