From 7dbd7fcafbaa5e92095dcbbe24895ab9662a0c5a Mon Sep 17 00:00:00 2001 From: pjsier Date: Sat, 23 Jan 2021 07:38:49 -0600 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 9 +++++++-- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47e6f6..11d3b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ ## Unreleased -- Clean up method names (i.e. "parse*" to "read*") +## [v0.3.0](https://github.com/georust/kml/releases/tag/v0.3.0) -## [v0.2.0](https://github.com/pjsier/kml/releases/tag/v0.2.0) +- Cleaned up method names (i.e. "parse*" to "read*") +- Added `KmlWriter::from_writer` +- Update license to MIT/Apache-2.0 +- Transfer to georust + +## [v0.2.0](https://github.com/georust/kml/releases/tag/v0.2.0) - Initial functionality for reading, writing, and conversion diff --git a/Cargo.toml b/Cargo.toml index 7bed07a..0a32df4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.2.0" +version = "0.3.0" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"