From 8b8a89bd793d1498160755e409b9c3cac3d53508 Mon Sep 17 00:00:00 2001 From: pjsier Date: Thu, 16 Feb 2023 20:32:00 -0600 Subject: [PATCH] chore: bump version to 0.7.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674c43b..f4883ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [v0.7.1](https://github.com/georust/kml/releases/tag/v0.7.1) + +- Handle invalid UTF-8 characters in tag name and attributes ([#45](https://github.com/georust/kml/pull/45)) + ## [v0.7.0](https://github.com/georust/kml/releases/tag/v0.7.0) - BREAKING: Updates `Style`, `StyleMap`, `BalloonStyle`, `IconStyle`, `Icon`, `LabelStyle`, `LineStyle`, `PolyStyle`, and `ListStyle` by adding public `attrs` property and changes type of `id` from `String` to `Option` to more closely reflect the specification. diff --git a/Cargo.toml b/Cargo.toml index 6f1f6be..f4cbf19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.7.0" +version = "0.7.1" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"