Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed May 8, 2021
1 parent fabd3e2 commit f5428a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f5428a0

Please sign in to comment.