Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 23, 2021
1 parent 752a5f6 commit 7dbd7fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

- Clean up method names (i.e. "parse*" to "read*")
## [v0.3.0](https://github.com/georust/kml/releases/tag/v0.3.0)

## [v0.2.0](https://github.com/pjsier/kml/releases/tag/v0.2.0)
- Cleaned up method names (i.e. "parse*" to "read*")
- Added `KmlWriter::from_writer`
- Update license to MIT/Apache-2.0
- Transfer to georust

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

- Initial functionality for reading, writing, and conversion
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.2.0"
version = "0.3.0"
authors = ["Pat Sier <[email protected]>", "The GeoRust Developers <[email protected]>"]
description = "KML support for Rust"
readme = "README.md"
Expand Down

0 comments on commit 7dbd7fc

Please sign in to comment.