Skip to content

Commit

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

## Unreleased

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

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

- Fix issue with sibling `kml:Folder` or `kml:Document` elements nesting ([#19](https://github.com/georust/kml/pull/19))
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.1"
version = "0.4.2"
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit e7ef93a

Please sign in to comment.