Skip to content

Commit fe9c54b

Browse files
committed
pub(geodata): beta 0.11.0
1 parent 749cb3b commit fe9c54b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

dart/geodata/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
[geodata version 0.11.0 #162](https://github.com/navibyte/geospatial/issues/162)
44

5-
Under development, current pre-release: 0.11.0-dev.0
6-
75
🧩 Features:
86
* [Consistent factories for GeoJSON and OGC API Features clients #155](https://github.com/navibyte/geospatial/issues/155)
97

8+
🛠 Maintenance:
9+
* Uses the latest `geobase` version 0.4.0
10+
1011
## 0.10.1
1112

1213
📚 Small documentation updates. Also a link to the [Geospatial demos for Dart](https://github.com/navibyte/geospatial_demos) repository.

dart/geodata/README.md

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

3333
```yaml
3434
dependencies:
35-
geodata: ^0.11.0-dev.0
35+
geodata: ^0.11.0
3636
```
3737
3838
Import it:

dart/geodata/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.11.0-dev.0
3+
version: 0.11.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata
66

@@ -12,7 +12,7 @@ dependencies:
1212
http: ^0.13.0
1313
meta: ^1.7.0
1414

15-
geobase: ^0.4.0-dev.1
15+
geobase: ^0.4.0
1616
#geobase:
1717
# path: ../geobase
1818

0 commit comments

Comments
 (0)