Skip to content

Commit

Permalink
chore: bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Apr 5, 2022
1 parent ff79974 commit 4b0a12b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Unreleased

## [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)

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

- Updates `quick-xml` to [v0.22](https://github.com/tafia/quick-xml/blob/master/Changelog.md#0220) which doesn't expose any breaking changes for this API
- Fix compilation issue when `zip` feature is disabled ([#22](https://github.com/georust/kml/pull/7)) from [@vilaureu](https://github.com/vilaureu)
- Fix compilation issue when `zip` feature is disabled ([#22](https://github.com/georust/kml/pull/22)) from [@vilaureu](https://github.com/vilaureu)

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

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

0 comments on commit 4b0a12b

Please sign in to comment.