Skip to content

Commit 2fa8bb6

Browse files
committed
chore: bump version to 0.8.7
1 parent ec2fb25 commit 2fa8bb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## [v0.8.7](https://github.com/georust/kml/releases/tag/v0.8.7)
6+
7+
- Add `TryFrom` implementation for `geo_types::GeometryCollection` to replace `quick_collection` and deprecate `quick_collection` ([#64](https://github.com/georust/kml/pull/64))
8+
59
## [v0.8.6](https://github.com/georust/kml/releases/tag/v0.8.6)
610

711
- Add support for `styleUrl` to `Placemark` ([#61](https://github.com/georust/kml/pull/61)) from [@keltia](https://github.com/keltia)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kml"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
authors = ["Pat Sier <pjsier@gmail.com>", "The GeoRust Developers <mods@georust.org>"]
55
description = "KML support for Rust"
66
readme = "README.md"

0 commit comments

Comments
 (0)