Skip to content

Commit

Permalink
2.58
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 19, 2020
1 parent fb8da05 commit ba99407
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 @@
2.58 2020-10-19
- add combine_node_and_port global option
- add_node(label => [{port=>...}]) no need <>

Expand Down
2 changes: 1 addition & 1 deletion lib/GraphViz2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Moo;
use IPC::Run3; # For run3().
use Types::Standard qw/Any ArrayRef HasMethods HashRef Int Str/;

our $VERSION = '2.57';
our $VERSION = '2.58';

my $DATA_SECTION = get_data_section; # load once
my $DEFAULT_COMBINE = 1; # default for combine_node_and_port
Expand Down

0 comments on commit ba99407

Please sign in to comment.