Skip to content

Commit

Permalink
Bump minor version to 0.9.0 and update change log respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
0b11001111 committed Jul 22, 2022
1 parent d9b035b commit cbd0b36
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
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.9.0

- [#78](https://github.com/georust/gpx/pull/78): Replace RFC3339 by ISO8601 for de-/encoding time stamps

## 0.8.6

- [#65](https://github.com/georust/gpx/pull/65): Replace `chrono` to `time` crate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gpx"
description = "Rust read/write support for GPS Exchange Format (GPX)"
license = "MIT"
version = "0.8.6"
version = "0.9.0"
authors = ["The GeoRust Developers <mods@georust.org>"]
readme = "README.md"
documentation = "https://docs.rs/gpx"
Expand Down

0 comments on commit cbd0b36

Please sign in to comment.