Skip to content

Commit 9fe7a04

Browse files
committed
chore: bump version to v0.13.0
1 parent e19edc0 commit 9fe7a04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## [v0.13.0](https://github.com/georust/kml/releases/tag/v0.13.0)
6+
7+
- Add attribute and version parsing to `KmlDocument` ([#75](https://github.com/georust/kml/pull/75)) from [@NikBel3476](https://github.com/NikBel3476)
8+
- Fix handling of empty elements ([#73](https://github.com/georust/kml/pull/73)) from [@ricardobtez](https://github.com/ricardobtez)
9+
510
## [v0.12.0](https://github.com/georust/kml/releases/tag/v0.12.0)
611

712
- Add `kml:Data` ([#72](https://github.com/georust/kml/pull/72)) from [@DimitriiTrater](https://github.com/DimitriiTrater)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kml"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = [
55
"Pat Sier <pjsier@gmail.com>",
66
"The GeoRust Developers <mods@georust.org>",

0 commit comments

Comments
 (0)