Skip to content

Commit 524eaad

Browse files
committed
Incremented package version.
1 parent 6446258 commit 524eaad

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
## 0.5.1
2727
- The graph `length` is now calculated using an efficient length iterable
2828
(the keys of the map storing the graph edges).
29-
The function `reachableVertices` is was moved from
29+
The function `reachableVertices` was moved from
3030
`DirectedGraphBase` to
31-
[`GraphCrawler`][GraphCrawler]. It is now using a recursive algorithm that
32-
speeds up execution time.
33-
- Extended the definition of a quasi-topological ordering.
31+
[`GraphCrawler`][GraphCrawler]. It is now using a more efficient recursive
32+
algorithm.
33+
- Extended the definition of a quasi-topological ordering in section `Usage`.
3434
- Lowered the required SDK version to ^3.5.0.
3535

3636
## 0.5.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: directed_graph
33
description: Generic directed graph and weighted directed graph with algorithms
44
enabling sorting and topological ordering of vertices.
55

6-
version: 0.5.1
6+
version: 0.5.2
77

88
homepage: https://github.com/simphotonics/directed_graph
99

0 commit comments

Comments
 (0)