From f3293ad16ca9d28ec7ec4fc83c3a2c34a3fbd9b5 Mon Sep 17 00:00:00 2001 From: pjsier Date: Sun, 7 Mar 2021 10:10:33 -0600 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8f830..6921365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [v0.3.1](https://github.com/georust/kml/releases/tag/v0.3.1) + - Handle UTF-8 decoding issues without a panic, fixing [#1](https://github.com/georust/kml/issues/1) ## [v0.3.0](https://github.com/georust/kml/releases/tag/v0.3.0) diff --git a/Cargo.toml b/Cargo.toml index 0a32df4..1530d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.3.0" +version = "0.3.1" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"