Skip to content

Commit ec7a236

Browse files
committed
chore: Release pathfinding version 4.15.0
1 parent 4aad96c commit ec7a236

4 files changed

Lines changed: 4 additions & 4 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 / 2026-03-10
2+
v4.15.0 / 2026-03-10
33
==================
44

55
* chore!: increase MSRV to 1.87.0 and switch to edition 2024

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.14.0"
9+
version = "4.15.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
@@ -12,7 +12,7 @@ In your `Cargo.toml`, put:
1212

1313
``` ini
1414
[dependencies]
15-
pathfinding = "4.14.0"
15+
pathfinding = "4.15.0"
1616
```
1717

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

0 commit comments

Comments
 (0)