Skip to content

Commit

Permalink
Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Mar 31, 2021
1 parent 06b7132 commit bd2e6b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add alias for `sprout.Burry` in `PureharmSproutAliases`
- remove `Show[New]` instances for any `OldType[Old, New]`, it seriously tripped up type inference
- [pureharm-core-anomaly] now depends on cats. Move `Show[Throwable]` instance to anomaly package. The change is source compatible if you mixed in AnomalyImplicits.
- add pretty printed .toString implementation for all Anomalies.
- add pretty printed `.toString` implementation for all Anomalies.

New Scala versions:
- 3.0.0-RC2
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ See [changelog](./CHANGELOG.md).

The available modules are.

- `"com.busymachines" %% s"pureharm-core" % "0.1.0"`. Which in turn is split up into (if you do not need all of core)
- `"com.busymachines" %% s"pureharm-core-sprout" % "0.1.0"`
- `"com.busymachines" %% s"pureharm-core" % "0.2.0"`. Which in turn is split up into (if you do not need all of core)
- `"com.busymachines" %% s"pureharm-core-sprout" % "0.2.0"`
- [sprout](https://github.com/lorandszakacs/sprout/releases) `0.0.1`
- [cats](https://github.com/typelevel/cats/releases) `2.4.2`
- [cats](https://github.com/typelevel/cats/releases) `2.5.0`
- [shapeless](https://github.com/milessabin/shapeless/releases) `2.3.3` -- only for Scala 2
- `"com.busymachines" %% s"pureharm-core-anomaly" % "0.1.0"`
- `"com.busymachines" %% s"pureharm-core-identifiable" % "0.1.0"`
- `"com.busymachines" %% s"pureharm-core-anomaly" % "0.2.0"`
- [cats](https://github.com/typelevel/cats/releases) `2.5.0`
- `"com.busymachines" %% s"pureharm-core-identifiable" % "0.2.0"`
- [shapeless](https://github.com/milessabin/shapeless/releases) `2.3.3` -- only for Scala 2

## usage
Expand Down

0 comments on commit bd2e6b2

Please sign in to comment.