Skip to content

Commit

Permalink
chore: bump version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 23, 2022
1 parent d753a71 commit ae5a0ef
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.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))

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

- Clippy cleanup ([#3](https://github.com/georust/kml/pull/3))
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.0"
version = "0.4.1"
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit ae5a0ef

Please sign in to comment.