Skip to content

Commit

Permalink
Prepare for 0.11.0 release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei authored May 13, 2024
1 parent bb76082 commit add9d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.11.0

* Speed up encode function (now runs in ~72% less time / 3.5x improvement):
* https://github.com/georust/polyline/pull/42
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "polyline"
description = "Encoder and decoder for the Google Encoded Polyline format"
version = "0.10.2"
version = "0.11.0"
repository = "https://github.com/georust/polyline"
documentation = "https://docs.rs/polyline/"
readme = "README.md"
Expand Down

0 comments on commit add9d0f

Please sign in to comment.