From f5428a09d4b64c7d3611d8e04a2437381c45bb82 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Sun, 9 May 2021 00:43:19 +0200 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 4 ++++ README.md | 1 + build.sbt | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0597c6..4541e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.0.0 (2021-05-09) + +- Update to cats-effect 3.0 + ## 0.3.0 (2021-01-09) - Update dependencies diff --git a/README.md b/README.md index 887acc1..17941f0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ and [fs2](https://github.com/typelevel/fs2) | Version | Release date | cats version | Scala versions | | ------- | ------------ | ----------- | ------------------- | +| `1.0.0` | 2021-05-09 | `3.1.0` | `2.13.5`, `2.12.13` | | `0.3.0` | 2021-01-09 | `2.2.0` | `2.13.4`, `2.12.12` | | `0.2.0` | 2020-12-20 | `2.2.0` | `2.13.4`, `2.12.12` | | `0.1.0` | 2020-12-17 | `2.2.0` | `2.13.4`, `2.12.12` | diff --git a/build.sbt b/build.sbt index ab5b555..fb5d82e 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val commonSettings = Defaults.itSettings ++ Seq( organization := "fr.davit", organizationName := "Michel Davit", - version := "0.3.1-SNAPSHOT", + version := "1.0.0", crossScalaVersions := (ThisBuild / crossScalaVersions).value, scalaVersion := crossScalaVersions.value.head, scalacOptions ~= filterScalacOptions,