Skip to content

Commit

Permalink
document Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Oct 13, 2014
1 parent f3b3d8a commit 8c7c782
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl module Galileo

0.0037
- Fix installation bug causing installation of version 1 rather than the most current
- Removed ability to upgrade from unversioned schemas (pre version 0.012)

0.036 2014-08-31
- Fixed setup bug introduced by Mojolicious v5.30 (fix for __DATA__ handle)
- Remove unused dependency on Term::Prompt
Expand Down
2 changes: 1 addition & 1 deletion lib/Galileo.pm
@@ -1,7 +1,7 @@
package Galileo;
use Mojo::Base 'Mojolicious';

our $VERSION = '0.036';
our $VERSION = '0.037';
$VERSION = eval $VERSION;

use File::Basename 'dirname';
Expand Down

0 comments on commit 8c7c782

Please sign in to comment.