Skip to content

Commit 9ecb31b

Browse files
committed
pub(geodata): stable beta release 0.12.0 #177
1 parent 29793a2 commit 9ecb31b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dart/geodata/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.12.0
22

3-
NOTE: Version 0.12.0 currently [under development](https://github.com/navibyte/geospatial/issues/177) (0.12.0-dev.1).
3+
[geodata version 0.12.0 #177](https://github.com/navibyte/geospatial/issues/177)
44

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

@@ -17,6 +17,7 @@ NOTE: Version 0.12.0 currently [under development](https://github.com/navibyte/g
1717
* [Alternative logics to resolve axis order #182](https://github.com/navibyte/geospatial/issues/182)
1818

1919
🛠 Maintenance:
20+
* Uses the latest `geobase` version 0.5.0
2021
* Removed extra internal export files and made internal imports more excplicit.
2122
* A new library `package:geodata/formats.dart` with OpenAPI document and Common Query Language (CQL2) formats (partial support).
2223

dart/geodata/README.md

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

129129
```yaml
130130
dependencies:
131-
geodata: ^0.12.0-dev.1
131+
geodata: ^0.12.0
132132
```
133133
134134
Import it:

dart/geodata/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: geodata
22
description: A geospatial client to read GeoJSON and OGC API Features data sources.
3-
version: 0.12.0-dev.1
3+
version: 0.12.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata
6-
publish_to: none
76

87
environment:
98
sdk: '>=2.17.0 <4.0.0'

0 commit comments

Comments
 (0)