Skip to content

Commit 5455ff1

Browse files
authored
Merge pull request #1196 from ceedubs/release-notes-0.6.1
Update docs for version 0.6.1
2 parents 33ef883 + 3a9dfcc commit 5455ff1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Version 0.6.1
2+
3+
> 2016 July 14
4+
5+
Version 0.6.1 is a patch release compatible with 0.6.0.
6+
7+
It contains one bug fix:
8+
9+
* [#1062](https://github.com/typelevel/cats/pull/1173/commits/8dd682771557274a61f1e773df0f999b44a9819d): Fixed a bug in the Order and PartialOrder instances for Tuple2+ where only the first element was used in comparisons
10+
11+
It also contains a change to the build:
12+
13+
* [#1173](https://github.com/typelevel/cats/pull/1173/commits/5531d1ac7a6807c1842cd4b5b599173b14b652a9): Add binary compatibility check to all published modules
14+
115
## Version 0.6.0
216

317
> 2016 May 19

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To get started with SBT, simply add the following to your `build.sbt`
3030
file:
3131

3232
```scala
33-
libraryDependencies += "org.typelevel" %% "cats" % "0.6.0"
33+
libraryDependencies += "org.typelevel" %% "cats" % "0.6.1"
3434
```
3535

3636
This will pull in all of Cats' modules. If you only require some

docs/src/site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Cats is currently available for Scala 2.10 and 2.11.
2121

2222
To get started with SBT, simply add the following to your build.sbt file:
2323

24-
libraryDependencies += "org.typelevel" %% "cats" % "0.6.0"
24+
libraryDependencies += "org.typelevel" %% "cats" % "0.6.1"
2525

2626
This will pull in all of Cats' modules. If you only require some
2727
functionality, you can pick-and-choose from amongst these modules

0 commit comments

Comments
 (0)