Skip to content

Commit

Permalink
Prepare a 0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Penney committed Apr 10, 2014
1 parent 51235e9 commit 44c5806
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ branches:
language: ruby
bundler_args: --without development
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
- .forge-releng/publish
rvm:
- 1.8.7
- 1.9.3
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2014-04-10 - Version 0.3.0

Summary:

This release features a new base lvm class, and set of defines, that allows you
to express your volume groups through a `volume_groups` parameter. This makes
it easier to hiera backend your LVM configuration.

More information about this feature can be found in the README file.

2014-02-04 - Version 0.2.0

Summary:
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-lvm'
version '0.2.0'
version '0.3.0'
license 'GPLv2'
summary 'Puppet types and providers to manage LVM'
project_page 'https://github.com/puppetlabs/puppetlabs-lvm'
Expand Down

0 comments on commit 44c5806

Please sign in to comment.