From a53100afc6b1fedc0339a2a6017d63c5f8beed2c Mon Sep 17 00:00:00 2001 From: Michael Maier Date: Mon, 2 Mar 2020 14:14:01 +0100 Subject: [PATCH] fixed: leading / in unquoted strings are not recognized --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7073603..1ac533c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index ebb5afa..08209de 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Hocon.MixProject do use Mix.Project - @version "0.1.7" + @version "0.1.8" def project do [