Skip to content

Commit 22d25f2

Browse files
committed
Set new version 0.2.0, update changelog
1 parent 344a8a4 commit 22d25f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast_paths"
3-
version = "0.1.1-SNAPSHOT"
3+
version = "0.2.0"
44
authors = ["easbar <[email protected]>"]
55
edition = "2018"
66
description = "Fast shortest path calculations on directed graphs made possible by pre-processing the graph using Contraction Hierarchies"

changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
0.2.0 add clone and copy derives, #26
2+
faster fast_graph building
3+
faster queries (stall on demand optimization), #18
4+
fix serious performance regression for Rust >=1.45, #21
5+
remove rand and bincode dependencies, #17
6+
allow storing the graph for 32bit systems on a 64bit system, #14
7+
WebAssembly compatibility, #11
8+
deterministic fast_graph building, #10
9+
license change to dual MIT/Apache 2.0, #4
110
0.1.1 adds travis and meta information to Cargo.toml
211
0.1.0 initial version

0 commit comments

Comments
 (0)