Skip to content

Commit

Permalink
chore: bump version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 2, 2024
1 parent 641f52d commit 1a6d64e
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.5](https://github.com/georust/kml/releases/tag/v0.8.5)

- Fix reading all inner rings in `Polygon` ([#59](https://github.com/georust/kml/pull/59)) from [@cfzimmerman](https://github.com/cfzimmerman)

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

- Add error message inside `InvalidInput` ([#58](https://github.com/georust/kml/pull/58)) from [@k-bx](https://github.com/k-bx)
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.4"
version = "0.8.5"
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit 1a6d64e

Please sign in to comment.