Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Apr 24, 2020
1 parent aeb59a6 commit c7285e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Underneath it uses Scala macros to give you:
To include Chimney to your SBT project, add the following line to your `build.sbt`:

```scala
libraryDependencies += "io.scalaland" %% "chimney" % "0.5.0"
libraryDependencies += "io.scalaland" %% "chimney" % "0.5.1"
```

Library is released for Scala 2.11.x, 2.12.x and 2.13.x.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val versions = new {
}

val settings = Seq(
version := "0.5.0",
version := "0.5.1",
scalaVersion := versions.scalaVersion,
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.1"),
scalacOptions ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.5.0'
version = u'0.5.1'
# The full version, including alpha/beta/rc tags.
release = u'0.5.0'
release = u'0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions try-chimney.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ test -e ~/.coursier/coursier || \
~/.coursier/coursier launch -q -P -M ammonite.Main \
com.lihaoyi:ammonite_2.13.1:2.0.4 \
org.typelevel:cats-core_2.13:2.1.1 \
io.scalaland:chimney_2.13:0.5.0 \
io.scalaland:chimney-cats_2.13:0.5.0 \
io.scalaland:chimney_2.13:0.5.1 \
io.scalaland:chimney-cats_2.13:0.5.1 \
-- --predef-code 'import $plugin.$ivy.`org.typelevel:kind-projector_2.13.1:0.11.0`;import io.scalaland.chimney.dsl._;import io.scalaland.chimney.cats._' < /dev/tty

0 comments on commit c7285e1

Please sign in to comment.