From ca1e218ddb01fe1e1d11bcfcf980034919bbc088 Mon Sep 17 00:00:00 2001 From: Alexei Sintotski Date: Mon, 15 Nov 2021 08:56:18 +0100 Subject: [PATCH] Release 3.1.0 preps --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4241b6..3bdedc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [3.1.0] - Improved YAML formatting +* Correct YAML output with nested arrays and structures + ## [3.0.0] - Null safety ## [2.0.1+1] - Upgrade to Dart 2.10 diff --git a/pubspec.yaml b/pubspec.yaml index cc899d5..41284d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pubspec_yaml description: Dart library to access and manipulate content of pubpec.yaml files -version: 3.0.0 +version: 3.1.0 homepage: https://github.com/alexei-sintotski/pubspec_yaml environment: