From 9cd0dac9dd90d72585aa385e0abdae42385c38a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lor=C3=A1nd=20Szak=C3=A1cs?= Date: Wed, 31 Mar 2021 09:05:04 +0300 Subject: [PATCH] Prepare 0.0.2 changelog --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14d557..7417bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # unreleased +# 0.0.2 + +New scala versions: +- `3.0.0-RC2` + Dependency upgrades: - [cats-core](https://github.com/typelevel/cats) `2.5.0` diff --git a/README.md b/README.md index 5914762..c56cff4 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ ## getting started -This library is published for Scala 3, Scala 2 (with some caveats), and ScalaJS. +This library is published for Scala 3-0-0-RC2, 3-0-0-RC1, 2.13, 2.12, both on the JVM, and JS platforms. ### sprout ```scala -libraryDependencies ++= "com.lorandszakacs" %% "sprout" % "0.0.1" +libraryDependencies ++= "com.lorandszakacs" %% "sprout" % "0.0.2" ``` Depends on: -- [cats-core](https://github.com/typelevel/cats) `2.4.2` +- [cats-core](https://github.com/typelevel/cats) `2.5.0` - [shapeless](https://github.com/milessabin/shapeless/) `2.3.3` — only for Scala 2 ### snapshots