Skip to content

Commit

Permalink
post release update
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Sep 10, 2019
1 parent df61a2d commit afae69f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ possible:
* Hamish Dickson
* Harrison Houghton
* Ian McIntosh
* Ikrom
* ImLiar
* Ionuț G. Stan
* Israel Pérez González
Expand Down
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Version 2.0.0

> 2019 September 9
Cats 2.0.0 is available for Scala 2.11, 2.12, 2.13.0, and Scala.js 0.6. This release maintains binary compatibility with Cats 1.x.x in the cats-kernel, cats-core and cats-free modules, but not cats-laws, cats-kernel-laws, cats-testkit, or alleycats.


### 2 source breaking changes

* [#3046](https://github.com/typelevel/cats/pull/3046) Infer dependent parameter in NonEmpty/ParallelTests/Laws by @djspiewak
* [#3042](https://github.com/typelevel/cats/pull/3042) Remove unused type parameter for Parallel instances by @travisbrown


### 1 bug fix

* [#3037](https://github.com/typelevel/cats/pull/3037) Add cats.kernel.instances.finiteDuration package by @travisbrown


### 1 documentation improvement

* [#3034](https://github.com/typelevel/cats/pull/3034) minor typo fixed by @ikr0m



## Version 2.0.0-RC3

> 2019 September 7
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

### ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Community Announcements ![#f03c15](https://placehold.it/15/f03c15/000000?text=+)
* **Sep 9 2019** [Cats 2.0.0 is released](https://github.com/typelevel/cats/releases/tag/v2.0.0)
* **Sep 7 2019** [Cats 2.0.0-RC3 is released](https://github.com/typelevel/cats/releases/tag/v2.0.0-RC3)
* **Aug 26 2019** [Cats 2.0.0-RC2 is released](https://github.com/typelevel/cats/releases/tag/v2.0.0-RC2)
* **Aug 2 2019** [Cats 2.0.0-RC1 is released](https://github.com/typelevel/cats/releases/tag/v2.0.0-RC1)
Expand Down Expand Up @@ -85,7 +86,7 @@ addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
And then create the Cats dependency, by adding the following to your `build.sbt`:

```scala
libraryDependencies += "org.typelevel" %% "cats-core" % "2.0.0-RC3"
libraryDependencies += "org.typelevel" %% "cats-core" % "2.0.0"
```

This will pull in the cats-core module. If you require some other
Expand Down

0 comments on commit afae69f

Please sign in to comment.