Skip to content

Commit

Permalink
0.9731
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Aug 23, 2024
1 parent 9676c7f commit 919a691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.9731 2024-08-24
- add add_{edges,path}_by_id
- fix calling "new" on Graph::Undirected object
- make {,{un,}directed_}copy preserve multi{edg,vertex}ed
Expand Down
2 changes: 1 addition & 1 deletion lib/Graph.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BEGIN {

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

our $VERSION = '0.9730';
our $VERSION = '0.9731';

require 5.006; # Weak references are absolutely required.

Expand Down

0 comments on commit 919a691

Please sign in to comment.