diff --git a/CHANGELOG.md b/CHANGELOG.md index c844062..043940a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Unreleased +## 0.10.0 - [#100](https://github.com/georust/gpx/pull/100): Add write examples to `README.md` - [#97](https://github.com/georust/gpx/pull/97): Allow empty strings in `` within `` diff --git a/Cargo.toml b/Cargo.toml index 0e7032a..7b99786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gpx" description = "Rust read/write support for GPS Exchange Format (GPX)" license = "MIT" -version = "0.9.1" +version = "0.10.0" readme = "README.md" documentation = "https://docs.rs/gpx" repository = "https://github.com/georust/gpx"