Skip to content

Commit

Permalink
Version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Jun 17, 2018
1 parent 67dee6e commit 664a021
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGELOG
=========

0.4.0
-----

2018-06-17

* [#13](https://github.com/voxpupuli/ra10ke/pull/13) Avoid using `desired_ref` directly for Git
* [#14](https://github.com/voxpupuli/ra10ke/pull/14) Set required Ruby version as `>= 2.1.0`
* [#15](https://github.com/voxpupuli/ra10ke/pull/15) ignore invalid ref
* [#16](https://github.com/voxpupuli/ra10ke/pull/16) Use Semantic Versioning for Git tags
* [#17](https://github.com/voxpupuli/ra10ke/pull/17) Be careful around trimming Git tags
* [#19](https://github.com/voxpupuli/ra10ke/pull/19) Ensure Puppetfile gets parsed with absolute path

Many thanks to the following contributors for submitting the PRs:
* [Valter Jansons](https://github.com/sigv)
* [Martin Alfke](https://github.com/tuxmea)
* [Matthias Baur](https://github.com/baurmatt)

0.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/ra10ke/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ra10ke
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 664a021

Please sign in to comment.