Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
easbar committed May 4, 2024
1 parent 78133c3 commit fee17ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast_paths"
version = "0.3.0-SNAPSHOT"
version = "1.0.0"
authors = ["easbar <[email protected]>"]
edition = "2018"
description = "Fast shortest path calculations on directed graphs made possible by pre-processing the graph using Contraction Hierarchies"
Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.3.0 (not yet released)
1.0.0 [May 4th 2024]
smaller package size (excluded test maps)
breaking: add max_settled_nodes parameters to Params, important performance tuning for graphs with large-weight edges, #37
add InputGraph::to_file, #35
Expand Down

0 comments on commit fee17ad

Please sign in to comment.