Skip to content

Commit

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

## Unreleased

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

- Ignored deprecated code warnings for `geo_types::Coordinate` since we're supporting multiple versions of `geo-types` ([#40](https://github.com/georust/kml/pull/40))
- Fixed attributes not being written for `kml:Scale`, `kml:Orientation`, `kml:Point`, `kml:Location`, `kml:LineString`, `kml:LinearRing`, and `kml:Placemark` ([#38](https://github.com/georust/kml/pull/38))
- Made license field SPDX compliant ([#36](https://github.com/georust/kml/pull/36))
- Added `kml:SchemaData`, `kml:SimpleData`, and `kml:SimpleArrayData` ([#35](https://github.com/georust/kml/pull/35)) from [@k-mack](https://github.com/k-mack)
- Fix clippy warnings from stable Rust 1.63.0 ([#31](https://github.com/georust/kml/pull/31)) from [@k-mack](https://github.com/k-mack)
- Added `kml:Alias` and `kml:ResourceMap` ([#29](https://github.com/georust/kml/pull/29)) from [@k-mack](https://github.com/k-mack)

## [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))
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.5.0"
version = "0.6.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 2b5e0a3

Please sign in to comment.