Skip to content

Commit

Permalink
pub(geobase): stable release 1.4.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
navispatial committed Nov 10, 2024
1 parent f4cfebf commit cb705fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions dart/geobase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0+1

Small documentation link fixes.

## 1.4.0

✨ New (2024-11-10): The stable version 1.4.0 with [ellipsoidal geodesy functions](https://geospatial.navibyte.dev/v1/geobase/ellipsoidal-geodesy/) letting you calculate distances, bearings, destination positions and intermediate points along the Earth surface accurately.
Expand Down
4 changes: 1 addition & 3 deletions dart/geobase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ Package | Description
**vector_data** | Data structures for geometries, features and feature collections.

External packages `geobase` is depending on:
* [collection](https://pub.dev/packages/collection) for priority queues and collection utilities
* [equatable](https://pub.dev/packages/equatable) for equality and hash utils
* [meta](https://pub.dev/packages/meta) for annotations
* [proj4dart](https://pub.dev/packages/proj4dart) for coordinate projections

Expand All @@ -406,7 +404,7 @@ Please see the
This project contains portions of derivative work.

See details about
[DERIVATIVE](https://github.com/navibyte/geospatial/blob/main/dart/geobase/)
[DERIVATIVE](https://github.com/navibyte/geospatial/blob/main/dart/geobase/DERIVATIVE.md)
work.

Source repositories used when porting functionality to Dart and this project:
Expand Down
2 changes: 1 addition & 1 deletion dart/geobase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geobase
description: Geospatial data, geometry, geodesy, projections, tiling schemes, and vector formats (GeoJSON, WKT, WKB).
version: 1.4.0
version: 1.4.0+1
repository: https://github.com/navibyte/geospatial
homepage: https://geospatial.navibyte.dev/

Expand Down

0 comments on commit cb705fd

Please sign in to comment.