Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.04.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 12220f9..11f53b2 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Otogiri-Plugin-TableInfo

 {{$NEXT}}

+0.04 2014-12-07T04:43:51Z
+
     - alert when unsupported driver is used

 0.03 2014-10-28T11:15:50Z
  • Loading branch information
tsucchi committed Dec 7, 2014
1 parent dd32203 commit a18e066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl extension Otogiri-Plugin-TableInfo

{{$NEXT}}

0.04 2014-12-07T04:43:51Z

- alert when unsupported driver is used

0.03 2014-10-28T11:15:50Z
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"web" : "https://github.com/tsucchi/p5-Otogiri-Plugin-TableInfo"
}
},
"version" : "0.03"
"version" : "0.04"
}
2 changes: 1 addition & 1 deletion lib/Otogiri/Plugin/TableInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use DBIx::Inspector;
use Otogiri::Plugin::TableInfo::Pg;
use Carp qw();

our $VERSION = "0.03";
our $VERSION = "0.04";

our @EXPORT = qw(show_tables show_views show_create_table show_create_view desc);

Expand Down

0 comments on commit a18e066

Please sign in to comment.