Skip to content

Commit 1099ce6

Browse files
committed
pub(geodata): beta release 0.13.0 #198
1 parent e299a4f commit 1099ce6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dart/geodata/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
## 0.13.0
22

3-
NOTE: Version 0.13.0 currently [under development](https://github.com/navibyte/geospatial/issues/198) (0.13.0-dev.0).
3+
[geodata version 0.13.0 #198](https://github.com/navibyte/geospatial/issues/198)
44

55
🛠 Refactoring:
66
* [Simplify Feature and FeatureCollection types #195](https://github.com/navibyte/geospatial/issues/195)
77
* [Consistent crs and trs references in meta classes #196](https://github.com/navibyte/geospatial/issues/196)
88
* Smaller refactoring due to changes on `geobase` package, for example related to [Deprecate PositionArray, PositionCoords and BoxCoords #201](https://github.com/navibyte/geospatial/issues/201) and [Refactor SimpleGeometryContent #202](https://github.com/navibyte/geospatial/issues/202).
99

10+
🛠 Maintenance:
11+
* Uses the latest `geobase` version 0.6.0
12+
1013
## 0.12.1
1114

1215
Small document fixes (readme links to assets), no code changes.

dart/geodata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Add the dependency in your `pubspec.yaml`:
128128

129129
```yaml
130130
dependencies:
131-
geodata: ^0.12.1
131+
geodata: ^0.13.0
132132
```
133133
134134
Import it:

dart/geodata/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geodata
22
description: A geospatial client to read GeoJSON and OGC API Features data sources.
3-
version: 0.13.0-dev.0
3+
version: 0.13.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata
66

0 commit comments

Comments
 (0)