Skip to content

Commit fb44082

Browse files
committed
Prepare for 0.4.1 release.
1 parent 6047a46 commit fb44082

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 0.4.1
4+
5+
* [Derive `Eq` and `PartialEq` for `Error`.](https://github.com/georust/rust-geojson/issues/51)
6+
37
## 0.4.0
48

59
* [Implement `Display` instead of `ToString` for `GeoJson`.](https://github.com/georust/rust-geojson/pull/46)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "geojson"
44
description = "Library for serializing the GeoJSON vector GIS file format"
5-
version = "0.4.0"
5+
version = "0.4.1"
66
authors = ["Corey Farwell <coreyf@rwell.org>",
77
"Blake Grotewold <hello@grotewold.me>"]
88
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)