Skip to content

Commit 02723ff

Browse files
committed
chore: bump version to 0.8.6
1 parent e292d5e commit 02723ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## [v0.8.6](https://github.com/georust/kml/releases/tag/v0.8.6)
6+
7+
- Add support for `styleUrl` to `Placemark` ([#61](https://github.com/georust/kml/pull/61)) from [@keltia](https://github.com/keltia)
8+
- Fix clippy lint by removing unnecessary lifetime
9+
- Update dependencies ([#63](https://github.com/georust/kml/pull/63))
10+
511
## [v0.8.5](https://github.com/georust/kml/releases/tag/v0.8.5)
612

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

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.5"
3+
version = "0.8.6"
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)