Skip to content

Commit

Permalink
1.0.1 post release (#2132)
Browse files Browse the repository at this point in the history
* Update CHANGES.md

* Update README.md
  • Loading branch information
kailuowang authored Dec 31, 2017
1 parent 22d7fb0 commit 4298e17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 1.0.1

> 2017 Dec 31
There is zero code change since 1.0.0. This is a release to fix the 1.0.0-MF issue that on Maven 1.0.0-MF is deemed later than 1.0.0.
For details see [#2131](https://github.com/typelevel/cats/issues/2131)


## Version 1.0.0

> 2017 Dec 25
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.0")
And then create the cats dependency, by adding the following to your `build.sbt`:

```scala
libraryDependencies += "org.typelevel" %% "cats-core" % "1.0.0"
libraryDependencies += "org.typelevel" %% "cats-core" % "1.0.1"
```

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

0 comments on commit 4298e17

Please sign in to comment.