Skip to content

Commit bb0d8d9

Browse files
committed
chore: bump version to v0.11.0
1 parent 14f0b23 commit bb0d8d9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## [v0.11.0](https://github.com/georust/kml/releases/tag/v0.11.0)
6+
7+
- Update `thiserror` to version 2.0 ([#71](https://github.com/georust/kml/pull/71)) from [@grim7reaper](https://github.com/grim7reaper)
8+
59
## [v0.10.0](https://github.com/georust/kml/releases/tag/v0.10.0)
610

711
- Allows for parsing geometries with empty coordinates without failing ([#68](https://github.com/georust/kml/pull/68)) from [@cappuc](https://github.com/cappuc)

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "kml"
3-
version = "0.10.0"
4-
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
3+
version = "0.11.0"
4+
authors = [
5+
"Pat Sier <[email protected]>",
6+
"The GeoRust Developers <[email protected]>",
7+
]
58
description = "KML support for Rust"
69
readme = "README.md"
710
documentation = "https://docs.rs/kml/"

0 commit comments

Comments
 (0)