Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Aug 6, 2019
1 parent 59bf62e commit b456fd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.0

- Run the parser in an isolate
- Add a `feature.length` getter
- Upgrade dependencies
- Add examples for drawing on a Flutter map

## 0.2.3

- Add tests
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geojson
description: Manipulate geojson data. Load and parse geojson from a string or a file.
author: synw <ansterj@gmail.com>
homepage: https://github.com/synw/geojson
version: 0.2.3
version: 0.3.0

environment:
sdk: '>=2.3.0 <3.0.0'
Expand All @@ -11,8 +11,8 @@ dependencies:
meta: ^1.1.6
geopoint: ^0.4.1
iso: ^0.2.3
pedantic: ^1.6.0

dev_dependencies:
test: ^1.6.5
test_coverage: ^0.3.0+1
pedantic: ^1.8.0+1
test_coverage: ^0.3.0+1

0 comments on commit b456fd0

Please sign in to comment.