Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Mar 1, 2017
1 parent e529214 commit d3f4c26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Release notes

## master
## 0.2.0

- Fix normalization of JSON used for testing the printer law. ([#1])
- Improve documentation with example using sbt-doctest. Renames
`printer.defaultOptions` to `printer.DefaultOptions`.
- Change `syntax.configDecoder` to operate on the JSON AST instead of
strings.
- Improve documentation with examples using sbt-doctest.
- Rename `printer.defaultOptions` to `printer.DefaultOptions`.
- Change `syntax.configDecoder` to operate on the JSON AST instead of strings.

[#1]: https://github.com/jonas/circe-config/issues/1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enable straightforward reading of settings into Scala types.
To use this library configure your sbt project with the following lines:

```sbt
libraryDependencies += "io.github.jonas" %% "circe-config" % "0.1.1"
libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.0"
```

## Documentation
Expand Down

0 comments on commit d3f4c26

Please sign in to comment.