Skip to content

Commit

Permalink
Prepare for 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kolotaev committed Feb 10, 2020
1 parent 9a3a86f commit 2063490
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log


## 1.1.1 - [2020-02-10]

Added:

- Support for Scala 2.13.

Changed:

- `Id#equals` now uses `TraversableOnce#mkString` internally for comparison
instead of `ArrayLike#deep` which is removed from Scala 2.13.
This solves previous release (1.1.0) source-incompatibility with Scala 2.13.


## 1.1.0 - [2019-07-28]

Added:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val SCALA_2_13 = "2.13.1"

name := "ride"
organization := s"com.github.$username"
version := "1.1.0"
version := "1.1.1"

scalaVersion := SCALA_2_12
crossScalaVersions := Seq(SCALA_2_12, SCALA_2_13)
Expand Down

0 comments on commit 2063490

Please sign in to comment.