Skip to content

Commit f2f9969

Browse files
committed
pub(geobase): stable beta release 0.5.0
1 parent dc49a29 commit f2f9969

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dart/geobase/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.5.0
22

3-
NOTE: Version 0.5.0 currently [under development](https://github.com/navibyte/geospatial/issues/174) (0.5.0-dev.2).
3+
[geobase version 0.5.0 #161](https://github.com/navibyte/geospatial/issues/174)
44

55
✨ New (2023-07): spherical geodesy functions (distance, bearing, destination point, etc.) for *great circle* and *rhumb line* paths.
66

dart/geobase/README.md

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

273273
```yaml
274274
dependencies:
275-
geobase: ^0.5.0-dev.2
275+
geobase: ^0.5.0
276276
```
277277
278278
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: 0.5.0-dev.2
3+
version: 0.5.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)