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

Commit

Permalink
Prepare 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Jul 31, 2019
1 parent 4cc6c54 commit 9fcd4ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.2

- Add custom exception for unsupported features
- Use type parameter for feature geometry instead of dynamic
- Avoid failure when no json properties are found

## 0.2.1

Fix latitude and longitude invertion
Expand Down
2 changes: 1 addition & 1 deletion 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.1
version: 0.2.2

environment:
sdk: '>=2.2.2 <3.0.0'
Expand Down

0 comments on commit 9fcd4ef

Please sign in to comment.