Skip to content

Commit 11842cb

Browse files
committed
Prepare for 6.6.0
1 parent ff8a37e commit 11842cb

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
## 7.0.0
3+
## 6.6.0
44

5-
- Dart 3.6 and PetitParser 7 requirement.
6-
- [TODO] Full unicode decoding of names.
5+
- Dart 3.8 and PetitParser 7.0 requirement.
6+
- Full unicode decoding of names, including names with surrogate characters.
77
- [TODO] Preserving namespaces of copied nodes.
88

99
## 6.5.0

pubspec.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: xml
2-
version: 7.0.0
2+
version: 6.6.0
33

44
description: A lightweight library for parsing, traversing, querying, transforming and building XML documents.
55
homepage: https://github.com/renggli/dart-xml
@@ -13,13 +13,9 @@ environment:
1313
sdk: ^3.8.0
1414
dependencies:
1515
collection: ^1.19.0
16-
meta: ^1.16.0
16+
meta: ^1.17.0
1717
petitparser: ^7.0.0
1818
dev_dependencies:
19-
args: ^2.6.0
19+
args: ^2.7.0
2020
lints: ^6.0.0
21-
test: ^1.25.0
22-
23-
dependency_overrides:
24-
petitparser:
25-
git: https://github.com/petitparser/dart-petitparser.git
21+
test: ^1.26.0

0 commit comments

Comments
 (0)