Skip to content

Commit

Permalink
Release 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Oct 1, 2023
1 parent 7ec91cb commit e675df5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ this and want to give feedback on API changes.

## Unreleased

## 0.1.15

- Output GeoJSON precision is now trimmed to 6 decimal places
- `fetchWithProgress` now takes a callback to return the progress as a percentage to the user.
- Add `debugRenderGraph` and `changeGraph` APIs
Expand Down
2 changes: 1 addition & 1 deletion route-snapper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion route-snapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "route-snapper"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
description = "Draw routes in MapLibre snapped to a street network using client-side routing"
repository = "https://github.com/dabreegster/route_snapper"
Expand Down

0 comments on commit e675df5

Please sign in to comment.