diff options
author | Ryan Coleman <ryan@puppetlabs.com> | 2012-09-19 08:19:39 -0700 |
---|---|---|
committer | Ryan Coleman <ryan@puppetlabs.com> | 2012-09-19 08:19:39 -0700 |
commit | 9f136e1b7f7b069131af880f6092ac6a0c74eb0b (patch) | |
tree | 8a14f9af485781c692366b1e75699681d69d08e9 /Modulefile | |
parent | f3acccdfb8af8d98c8fc9c8e287ab22d27d62dac (diff) | |
download | puppet-vcsrepo-9f136e1b7f7b069131af880f6092ac6a0c74eb0b.tar.gz puppet-vcsrepo-9f136e1b7f7b069131af880f6092ac6a0c74eb0b.tar.bz2 |
0.1.0 Release
This commit prepares the Modulefile for a 0.1.0 Release.
This release is a bug fix and feature release. It includes general
fixes, puppet-lint compliance, adds the ability to specify a git
remote and allows git operations to run as a specific user.
Contributions came from Matt Robinson, Andreas Gerstmayr,
Adam Gibbins, Nick Jackson, John Chilton & Jesusaurus.
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ name 'puppetlabs/vcsrepo' -version '0.0.4' +version '0.1.0' |