Skip to content

Commit

Permalink
chore: bump version to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Dec 28, 2024
1 parent ec2fb25 commit 2fa8bb6
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.7](https://github.com/georust/kml/releases/tag/v0.8.7)

- Add `TryFrom` implementation for `geo_types::GeometryCollection` to replace `quick_collection` and deprecate `quick_collection` ([#64](https://github.com/georust/kml/pull/64))

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

- Add support for `styleUrl` to `Placemark` ([#61](https://github.com/georust/kml/pull/61)) from [@keltia](https://github.com/keltia)
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.6"
version = "0.8.7"
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit 2fa8bb6

Please sign in to comment.