Skip to content

Commit

Permalink
Merge pull request #3219 from typelevel/2.1.x
Browse files Browse the repository at this point in the history
2.1.0 follow-up
  • Loading branch information
travisbrown authored Dec 18, 2019
2 parents c752844 + 0b94a01 commit 2c6b1e0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## Version 2.1.0

_2019 December 18_

This release currently only supports Scala 2.12 and 2.13. It provides the same binary compatibility
guarantees as Cats 2.0 (note that it is not guaranteed to be binary-compatible with the 2.1.0
release candidates).

### 3 API / feature enhancements

* [#3208](https://github.com/typelevel/cats/pull/3208) Add Defer.fix by @johnynek
* [#3215](https://github.com/typelevel/cats/pull/3215) Replace kind-projector placeholders in infix types by @travisbrown
* [#3207](https://github.com/typelevel/cats/pull/3207) Avoid kind-projector syntax with variance annotations by @travisbrown


### 1 documentation improvement

* [#3218](https://github.com/typelevel/cats/pull/3218) Update sbt-microsites by @travisbrown


### 4 build improvements

* [#3217](https://github.com/typelevel/cats/pull/3217) Remove sbt-partial-unification by @travisbrown
* [#3216](https://github.com/typelevel/cats/pull/3216) Update sbt-pgp to 2.0.1 by @scala-steward
* [#3213](https://github.com/typelevel/cats/pull/3213) Update discipline-core to 1.0.2 by @scala-steward
* [#3212](https://github.com/typelevel/cats/pull/3212) Update sbt-scalafix and sbt versions by @travisbrown


## Version 2.1.0-RC3

_2019 December 11_
Expand Down
1 change: 1 addition & 0 deletions 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=+)
* **Dec 18 2019** [Cats 2.1.0 is released](https://github.com/typelevel/cats/releases/tag/v2.1.0)
* **Dec 11 2019** [Cats 2.1.0-RC3 is released](https://github.com/typelevel/cats/releases/tag/v2.1.0-RC3)
* **Nov 26 2019** [Cats 2.1.0-RC2 is released](https://github.com/typelevel/cats/releases/tag/v2.1.0-RC2)
* **Nov 15 2019** [Cats 2.1.0-RC1 is released](https://github.com/typelevel/cats/releases/tag/v2.1.0-RC1)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "2.1.0-SNAPSHOT"
version in ThisBuild := "2.1.1-SNAPSHOT"

0 comments on commit 2c6b1e0

Please sign in to comment.