From 8156e7b15c84f10a87ffc71a2d48306b6e5883e5 Mon Sep 17 00:00:00 2001 From: Noah Tatko Date: Fri, 5 Apr 2024 11:23:30 -0500 Subject: [PATCH] Publish 0.3.5 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15faa7e..1070c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.5 + +* Increase comments around conversion utils +* `fromJson` method fix with casting +* Add some new, more practical examples + ## 0.3.4 - PR Validator to verify changes to main and PRs in diff --git a/pubspec.yaml b/pubspec.yaml index ce7e653..6748078 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: geodart description: A geospatial library for Dart. Designed primarily around vector features (like, with coordinate points), this library provides a simple interface for working with geographic data. -version: 0.3.4 +version: 0.3.5 homepage: https://github.com/divvitco/geodart repository: https://github.com/divvitco/geodart