Skip to content

Commit 182864d

Browse files
committed
chore: Release pathfinding version 4.12.0
1 parent 6b52096 commit 182864d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 / 2024-12-10
2+
v4.12.0 / 2024-12-10
33
==================
44

55
* fix(doc): reference `count_paths` from top-level documentation

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.11.0"
9+
version = "4.12.0"
1010
authors = ["Samuel Tardieu <[email protected]>"]
1111
categories = ["algorithms"]
1212
readme = "README.md"

README.md

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

1313
``` ini
1414
[dependencies]
15-
pathfinding = "4.11.0"
15+
pathfinding = "4.12.0"
1616
```
1717

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

0 commit comments

Comments
 (0)