Skip to content

Commit

Permalink
chore: bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jun 23, 2023
1 parent c5f3df2 commit 2fb1f30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [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)
- Disable unneeded aes-crypto feature for zip ([#52](https://github.com/georust/kml/pull/52)) from [@Dosenpfand](https://github.com/Dosenpfand)
- Clean up code examples ([#51](https://github.com/georust/kml/pull/51)) from [@Dosenpfand](https://github.com/Dosenpfand)
- Fix default implementation on enums ([#50](https://github.com/georust/kml/pull/50)) from [@luke-biel](https://github.com/luke-biel)))

## [v0.8.0](https://github.com/georust/kml/releases/tag/v0.8.0)

- Updated `quick-xml` and `zip` dependencies ([#48](https://github.com/georust/kml/pull/48)) from [@luke-biel](https://github.com/luke-biel)
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.0"
version = "0.8.1"
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit 2fb1f30

Please sign in to comment.