Skip to content

Commit 98ca447

Browse files
committed
0.9727
1 parent e118001 commit 98ca447

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.9727 2023-06-25
12
- fix biconnectivity to work with refvertexed (#29) - thanks @merkys for report
23

34
0.9726 2023-02-11

lib/Graph.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BEGIN {
1414

1515
use Graph::AdjacencyMap qw(:flags :fields);
1616

17-
our $VERSION = '0.9726';
17+
our $VERSION = '0.9727';
1818

1919
require 5.006; # Weak references are absolutely required.
2020

0 commit comments

Comments
 (0)