Skip to content

Commit 47afbf1

Browse files
committed
0.4.9
1 parent e465d3d commit 47afbf1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "petgraph"
4-
version = "0.4.8"
4+
version = "0.4.9"
55
license = "MIT/Apache-2.0"
66
authors = [
77
"bluss",

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Crate feature flags:
2626
Recent Changes
2727
--------------
2828

29+
- 0.4.9
30+
31+
- Fix ``bellman_ford`` to work correctly with undirected graphs (#152) by
32+
@carrutstick
33+
- Performance improvements for ``Graph, Stablegraph``'s ``.map()``.
34+
2935
- 0.4.8
3036

3137
- ``StableGraph`` learned new methods nearing parity with ``Graph``. Note

0 commit comments

Comments
 (0)