Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.43. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36)
+++ ChangeLog	(working copy)
@@ -1,3 +1,6 @@
+0.43
+	* default config as written out with --write-config had syntax error,
+	  and old list of default plugins
 0.42
 	* first version able to release itself to CPAN
 0.41
  • Loading branch information
bradfitz committed Apr 16, 2007
1 parent c01f82d commit 8850f75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
0.43
* default config as written out with --write-config had syntax error,
and old list of default plugins
0.42
* first version able to release itself to CPAN
0.41
Expand Down
2 changes: 1 addition & 1 deletion lib/ShipIt.pm
Expand Up @@ -6,7 +6,7 @@ use ShipIt::State;
use ShipIt::VC;
use ShipIt::Util;

$VERSION = '0.42';
$VERSION = '0.43';

=head1 NAME
Expand Down
4 changes: 2 additions & 2 deletions lib/ShipIt/Conf.pm
Expand Up @@ -28,7 +28,7 @@ sub write_template {

open (my $fh, ">$file") or die "Error opening for write config file $file: $!\n";
my $c = "# auto-generated shipit config file.
steps: $steps
steps = $steps
# svn.tagpattern = MyProj-%v
# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
Expand Down Expand Up @@ -61,7 +61,7 @@ sub default_steps {
DistTest
Commit
Tag
Release
MakeDist
));
}

Expand Down

0 comments on commit 8850f75

Please sign in to comment.