We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6047a46 commit fb44082Copy full SHA for fb44082
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 0.4.1
4
+
5
+* [Derive `Eq` and `PartialEq` for `Error`.](https://github.com/georust/rust-geojson/issues/51)
6
7
## 0.4.0
8
9
* [Implement `Display` instead of `ToString` for `GeoJson`.](https://github.com/georust/rust-geojson/pull/46)
Cargo.toml
@@ -2,7 +2,7 @@
name = "geojson"
description = "Library for serializing the GeoJSON vector GIS file format"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Corey Farwell <coreyf@rwell.org>",
"Blake Grotewold <hello@grotewold.me>"]
license = "MIT/Apache-2.0"
0 commit comments