Skip to content

Commit

Permalink
chore: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Feb 17, 2023
1 parent fc664ea commit 8b8a89b
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.7.1](https://github.com/georust/kml/releases/tag/v0.7.1)

- Handle invalid UTF-8 characters in tag name and attributes ([#45](https://github.com/georust/kml/pull/45))

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

- BREAKING: Updates `Style`, `StyleMap`, `BalloonStyle`, `IconStyle`, `Icon`, `LabelStyle`, `LineStyle`, `PolyStyle`, and `ListStyle` by adding public `attrs` property and changes type of `id` from `String` to `Option<String>` to more closely reflect the specification.
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.7.0"
version = "0.7.1"
authors = ["Pat Sier <pjsier@gmail.com>", "The GeoRust Developers <mods@georust.org>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit 8b8a89b

Please sign in to comment.