Skip to content

Commit 96b9325

Browse files
committed
chore: Release pathfinding version 4.4.0
1 parent 07ada5a commit 96b9325

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
n.n.n / 2023-11-30
2+
v4.4.0 / 2023-11-30
33
==================
44

55
* feat: new `dijkstra_reach()` function

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["shortest-path", "astar", "dijkstra", "flow", "graph"]
66
license = "Apache-2.0/MIT"
77
homepage = "https://rfc1149.net/devel/pathfinding.html"
88
documentation = "https://docs.rs/pathfinding/"
9-
version = "4.3.4"
9+
version = "4.4.0"
1010
authors = ["Samuel Tardieu <sam@rfc1149.net>"]
1111
categories = ["algorithms"]
1212
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In your `Cargo.toml`, put:
4848

4949
``` ini
5050
[dependencies]
51-
pathfinding = "4.3.4"
51+
pathfinding = "4.4.0"
5252
```
5353

5454
You can then pull your preferred algorithm (BFS in this example) using:

0 commit comments

Comments
 (0)