Skip to content

Commit

Permalink
chore: Release pathfinding version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Jan 17, 2023
1 parent 219e26a commit 454167b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

n.n.n / 2023-01-17
v4.2.1 / 2023-01-17
==================

* Document that A*/Dijkstra/Fringe/idA* costs must be non-negative
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["shortest-path", "astar", "dijkstra", "flow", "graph"]
license = "Apache-2.0/MIT"
homepage = "https://rfc1149.net/devel/pathfinding.html"
documentation = "https://docs.rs/pathfinding/"
version = "4.2.0"
version = "4.2.1"
authors = ["Samuel Tardieu <sam@rfc1149.net>"]
categories = ["algorithms"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ In your `Cargo.toml`, put:

``` ini
[dependencies]
pathfinding = "4.2.0"
pathfinding = "4.2.1"
```

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

0 comments on commit 454167b

Please sign in to comment.