From d189e66ade9e3762496f4f45c92f5aa093cf2246 Mon Sep 17 00:00:00 2001 From: pjsier Date: Tue, 27 Jun 2023 19:33:39 -0500 Subject: [PATCH] chore: bump version to 0.8.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acdd4a7..787607c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [v0.8.2](https://github.com/georust/kml/releases/tag/v0.8.2) + +- Ignore comments to avoid breaking parsing logic in reader ([#55](https://github.com/georust/kml/pull/55)) + ## [v0.8.1](https://github.com/georust/kml/releases/tag/v0.8.1) - Fix parsing of `hotSpot` in `IconStyle` ([#53](https://github.com/georust/kml/pull/53)) from [@adrianhoppe](https://github.com/adrianhoppe) diff --git a/Cargo.toml b/Cargo.toml index 3a95813..bf002db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.8.1" +version = "0.8.2" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"