File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
- ## master
3
+ ## 0.2.0
4
4
5
5
- 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.
10
9
11
10
[ #1 ] : https://github.com/jonas/circe-config/issues/1
12
11
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ enable straightforward reading of settings into Scala types.
11
11
To use this library configure your sbt project with the following lines:
12
12
13
13
``` sbt
14
- libraryDependencies += " io.github.jonas" %% " circe-config" % " 0.1.1 "
14
+ libraryDependencies += " io.github.jonas" %% " circe-config" % " 0.2.0 "
15
15
```
16
16
17
17
## Documentation
You can’t perform that action at this time.
0 commit comments