Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Sep 13, 2019
1 parent 06caaa6 commit 76320f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release notes

## 0.7.0

- Update circe to version [0.12.1](https://github.com/circe/circe/releases/tag/v0.12.1). [#71]
- Add decoder for `java.time.Period`. [#48], [#60]
- Update Cats (via circe 0.12.1) and cats-effect to 2.0.0. [#70]
- Update Scala to 2.12.10. [#73]

[#48]: https://github.com/circe/circe-config/issues/48
[#60]: https://github.com/circe/circe-config/pull/60
[#70]: https://github.com/circe/circe-config/pull/70
[#71]: https://github.com/circe/circe-config/pull/71
[#73]: https://github.com/circe/circe-config/pull/73

## 0.7.0-M1

- Update circe to version [0.12.0-M3](https://github.com/circe/circe/releases/tag/v0.12.0-M3).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ More generally it provides parsers and printers for interoperating with
To use this library configure your sbt project with the following line:

```sbt
libraryDependencies += "io.circe" %% "circe-config" % "0.6.1"
libraryDependencies += "io.circe" %% "circe-config" % "0.7.0"
```

## Documentation
Expand Down

0 comments on commit 76320f5

Please sign in to comment.