Skip to content

Commit d3f4c26

Browse files
committed
Version 0.2.0
1 parent e529214 commit d3f4c26

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

NEWS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Release notes
22

3-
## master
3+
## 0.2.0
44

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

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enable straightforward reading of settings into Scala types.
1111
To use this library configure your sbt project with the following lines:
1212

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

1717
## Documentation

0 commit comments

Comments
 (0)