Skip to content

Commit

Permalink
chore: bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Apr 9, 2023
1 parent 2c028ff commit 1b63eb5
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.0](https://github.com/georust/kml/releases/tag/v0.8.0)

- Updated `quick-xml` and `zip` dependencies ([#48](https://github.com/georust/kml/pull/48)) from [@luke-biel](https://github.com/luke-biel)

## [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))
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.1"
version = "0.8.0"
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit 1b63eb5

Please sign in to comment.