From 57b4c7508efb0515f6a871bbb42e9b6b788b1dd5 Mon Sep 17 00:00:00 2001 From: Zack Campbell Date: Thu, 29 Jul 2021 19:31:57 -0500 Subject: [PATCH] chore: bump version, update changelog --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7057a0..c86b7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## 1.3.2 + +- Fix string dumping producing invalid strings when the value contains line breaks + ## 1.3.1 -- Fix error parsing additional pairs following a nested list +- Fix error when parsing additional pairs following a nested list ## 1.3.0 diff --git a/pubspec.yaml b/pubspec.yaml index 4a83bbd..0595cfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gura description: A simple to use library for reading/writing Gura configuration files. -version: 1.3.1 +version: 1.3.2 homepage: https://gura.netlify.app/ repository: https://github.com/zajrik/gura-dart-parser issue_tracker: https://github.com/zajrik/gura-dart-parser/issues