From 8ef934905b4b63c29941fd46a2e2a0223ac4f380 Mon Sep 17 00:00:00 2001 From: Lukas Renggli Date: Mon, 28 Mar 2022 10:54:04 +0200 Subject: [PATCH] Fix the changelog text --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e97af8..b25aa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 6.0.0 (unpublished) +## 6.0.0 * Significantly improve parsing performance between 10 and 30%. * Improved error handling to include more information, such as tag names and location in the parsed source. diff --git a/pubspec.yaml b/pubspec.yaml index 72fe820..8722999 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: xml -version: 6.0.0 +version: 6.0.1 description: A lightweight library for parsing, traversing, querying, transforming and building XML documents. homepage: https://github.com/renggli/dart-xml