Skip to content

Commit fb66d9a

Browse files
committed
chore: Release pathfinding version 4.9.0
1 parent 6b2d227 commit fb66d9a

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-02-11
2+
v4.9.0 / 2024-02-11
33
==================
44

55
* feat(matrix): add in-place matrix transposition for non-square matrix

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.8.2"
9+
version = "4.9.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
@@ -46,7 +46,7 @@ In your `Cargo.toml`, put:
4646

4747
``` ini
4848
[dependencies]
49-
pathfinding = "4.8.2"
49+
pathfinding = "4.9.0"
5050
```
5151

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

0 commit comments

Comments
 (0)