Skip to content

Commit

Permalink
chore: bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jun 28, 2023
1 parent 8b88f1e commit d189e66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kml"
version = "0.8.1"
version = "0.8.2"
authors = ["Pat Sier <pjsier@gmail.com>", "The GeoRust Developers <mods@georust.org>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit d189e66

Please sign in to comment.