Skip to content

Commit

Permalink
Prepare v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Apr 11, 2021
1 parent cb43af6 commit 1ce8707
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

# 0.3.0

- Reverse deprecation on configuration companion objects. But this is the last release that depends on pureharm-config.
- Remove support for reading cloudfront signing keys as `.DER` format

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ See [changelog](./CHANGELOG.md).

The available modules are (for Scala 2.13):

- `"com.busymachines" %% s"pureharm-aws-core" % "0.2.0"`
- `"com.busymachines" %% s"pureharm-aws-s3" % "0.2.0"`
- `"com.busymachines" %% s"pureharm-aws-sns" % "0.2.0"`
- `"com.busymachines" %% s"pureharm-aws-core" % "0.3.0"`
- `"com.busymachines" %% s"pureharm-aws-s3" % "0.3.0"`
- `"com.busymachines" %% s"pureharm-aws-sns" % "0.3.0"`
- [pureharm-json-circe](https://github.com/busymachines/pureharm-json-circe/releases) `0.2.0`
- `"com.busymachines" %% s"pureharm-aws-cloudfront" % "0.2.0"`
- `"com.busymachines" %% s"pureharm-aws-logger" % "0.2.0"`
- `"com.busymachines" %% s"pureharm-aws-cloudfront" % "0.3.0"`
- `"com.busymachines" %% s"pureharm-aws-logger" % "0.3.0"`
- [log4cats](https://github.com/typelevel/log4cats/releases) `1.2.2`

Common downstream dependencies:

- [AWS SDK v1](https://github.com/aws/aws-sdk-java/releases) `1.11.991`
- [AWS SDK v2](https://github.com/aws/aws-sdk-java-v2/releases) `2.16.34`
- [AWS SDK v1](https://github.com/aws/aws-sdk-java/releases) `1.11.996`
- [AWS SDK v2](https://github.com/aws/aws-sdk-java-v2/releases) `2.16.39`
- [pureharm-core-sprout](https://github.com/busymachines/pureharm-core/releases) `0.2.0`
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.2.0`
- [pureharm-effects-cats](https://github.com/busymachines/pureharm-effects-cats/releases) `0.2.0`
- [pureharm-config](https://github.com/busymachines/pureharm-config/releases) `0.2.0`
- [pureharm-effects-cats](https://github.com/busymachines/pureharm-effects-cats/releases) `0.4.0`
- [pureharm-config](https://github.com/busymachines/pureharm-config/releases) `0.4.0`

## usage

Expand Down

0 comments on commit 1ce8707

Please sign in to comment.