Skip to content

Commit

Permalink
pub(geodata): stable release 1.0.0 #187
Browse files Browse the repository at this point in the history
  • Loading branch information
navispatial committed Oct 29, 2023
1 parent 52ee49c commit 12d0d2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dart/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

NOTE: Version 1.0.0 currently under development (1.0.0-dev.0).
✨ 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.

🛠 Maintenance:
* Uses the latest `geobase` version 1.0.0
Expand Down
4 changes: 3 additions & 1 deletion dart/geodata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Geospatial feature service Web APIs with support for

## Features

✨ 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.

✨ New (2023-07): better client-side support for OGC API Features (Part 1 and 2).

Key features:
Expand Down Expand Up @@ -128,7 +130,7 @@ Add the dependency in your `pubspec.yaml`:

```yaml
dependencies:
geodata: ^1.0.0-dev.0
geodata: ^1.0.0
```
Import it:
Expand Down
4 changes: 2 additions & 2 deletions dart/geodata/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geodata
description: A geospatial client to read GeoJSON and OGC API Features data sources.
version: 1.0.0-dev.0
version: 1.0.0
repository: https://github.com/navibyte/geospatial
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata

Expand All @@ -12,7 +12,7 @@ dependencies:
http: ^0.13.0
meta: ^1.7.0

geobase: ^1.0.0-dev.3
geobase: ^1.0.0
#geobase:
# path: ../geobase

Expand Down

0 comments on commit 12d0d2b

Please sign in to comment.