Skip to content

Commit

Permalink
fixed: leading / in unquoted strings are not recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Mar 2, 2020
1 parent 84cbdc4 commit a53100a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.8
* Bugfix
* leading / in unquoted strings are missing

## 0.1.7
* Bugfix
* nested documents in arrays are not converted to maps
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Hocon.MixProject do
use Mix.Project

@version "0.1.7"
@version "0.1.8"

def project do
[
Expand Down

0 comments on commit a53100a

Please sign in to comment.