From 8ec8c578c577d12801457bb36c772d7dd92daab3 Mon Sep 17 00:00:00 2001 From: Kirill Bychkov Date: Thu, 5 Dec 2024 17:53:57 +0300 Subject: [PATCH] release 2.3.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be92969..5933a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.3.0] + +* update extensions to nested maps structure + ## [2.2.2] * fix no-element exception when href is absent diff --git a/README.md b/README.md index 04ffe2f..fb3fe9b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In your dart/flutter project add the dependency: ``` dependencies: ... - gpx: ^2.2.2 + gpx: ^2.3.0 ``` ### Reading XML diff --git a/pubspec.yaml b/pubspec.yaml index e845266..d8dc7c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gpx description: Package for load, manipulate, and save GPS data in GPX format (a light-weight XML data format for the interchange of GPS data - waypoints, routes, and tracks). -version: 2.2.2 +version: 2.3.0 homepage: https://github.com/kb0/dart-gpx/ environment: