We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c29f3f commit d46a412Copy full SHA for d46a412
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changes
2
3
-## Unreleased
+## 0.24.2 - 2025-02-24
4
5
* Add `to_feature` to convert a single S: Serialize to a Feature
6
* Add `from_feature` to convert a single Feature to a D: Deserialize
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "geojson"
description = "Read and write GeoJSON vector geographic data"
-version = "0.24.1"
+version = "0.24.2"
authors = ["The GeoRust Developers <[email protected]>"]
license = "MIT/Apache-2.0"
7
repository = "https://github.com/georust/geojson"
0 commit comments