Skip to content

Commit 52ee49c

Browse files
committed
pub(geobase): stable release 1.0.0 #175
1 parent 3805fec commit 52ee49c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dart/geobase/CHANGELOG.md

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

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

5-
NOTE: Version 1.0.0 currently under development (1.0.0-dev.3).
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
⚠️ Breaking changes:
88
* [Remove previous deprecations for geobase 1.0.0 #207](https://github.com/navibyte/geospatial/issues/207)

dart/geobase/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and [WKB](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geomet
1010

1111
## Features
1212

13+
✨ 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.
14+
1315
✨ New (2023-09): Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation.
1416

1517
✨ New (2023-07): Spherical geodesy functions (distance, bearing, destination point, etc.) for *great circle* and *rhumb line* paths.
@@ -274,7 +276,7 @@ Add the dependency in your `pubspec.yaml`:
274276

275277
```yaml
276278
dependencies:
277-
geobase: ^1.0.0-dev.3
279+
geobase: ^1.0.0
278280
```
279281
280282
Import it:

dart/geobase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geobase
22
description: Geospatial data, spherical geodesy, projections, tiling schemes, and vector formats (GeoJSON, WKT, WKB).
3-
version: 1.0.0-dev.3
3+
version: 1.0.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geobase
66

0 commit comments

Comments
 (0)