Skip to content

Commit

Permalink
chore: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Aug 3, 2022
1 parent f9ece69 commit 8f753ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

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

- Run tests without default features ([#26](https://github.com/georust/kml/pull/26))
- Adds `kml:Link` and `kml:Icon` ([#28](https://github.com/georust/kml/pull/28)) from [@k-mack](https://github.com/k-mack)
- Updates edition to 2021 ([#27](https://github.com/georust/kml/pull/27))

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

- Fixes serialization order of some geometry elements to match the sequence in the [specification](http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd) ([#25](https://github.com/georust/kml/pull/25)) from [@blipmusic](https://github.com/blipmusic)
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.4.3"
version = "0.5.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 8f753ac

Please sign in to comment.