Skip to content

Commit 12d0d2b

Browse files
committed
pub(geodata): stable release 1.0.0 #187
1 parent 52ee49c commit 12d0d2b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

dart/geodata/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
NOTE: Version 1.0.0 currently under development (1.0.0-dev.0).
5+
✨ New (2023-10): The stable version 1.0.0 is now ready. See also the article [Geospatial tools for Dart - version 1.0 published](https://medium.com/@navibyte/geospatial-tools-for-dart-version-1-0-published-0f9673e510b3) at Medium.
66

77
🛠 Maintenance:
88
* Uses the latest `geobase` version 1.0.0

dart/geodata/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Geospatial feature service Web APIs with support for
88

99
## Features
1010

11+
✨ New (2023-10): The stable version 1.0.0 is now ready. See also the article [Geospatial tools for Dart - version 1.0 published](https://medium.com/@navibyte/geospatial-tools-for-dart-version-1-0-published-0f9673e510b3) at Medium.
12+
1113
✨ New (2023-07): better client-side support for OGC API Features (Part 1 and 2).
1214

1315
Key features:
@@ -128,7 +130,7 @@ Add the dependency in your `pubspec.yaml`:
128130

129131
```yaml
130132
dependencies:
131-
geodata: ^1.0.0-dev.0
133+
geodata: ^1.0.0
132134
```
133135
134136
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: 1.0.0-dev.0
3+
version: 1.0.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: ^1.0.0-dev.3
15+
geobase: ^1.0.0
1616
#geobase:
1717
# path: ../geobase
1818

0 commit comments

Comments
 (0)