Skip to content

Commit

Permalink
Merge pull request #1304 from Magisus/release-3.15
Browse files Browse the repository at this point in the history
(maint) Release r10k 3.15.0 #minor
  • Loading branch information
mwaggett authored Apr 28, 2022
2 parents 339ca56 + dce6cbe commit 28232fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ CHANGELOG

Unreleased
----------

3.15.0
------

- Support and test Ruby 3
- Allow puppet_forge 3.x & newer versions of fast_gettext/gettext [#1302](https://github.com/puppetlabs/r10k/pull/1302)
- Allow newer cri versions [#1302](https://github.com/puppetlabs/r10k/pull/1302)
- Fix error when using install_path from environment module [#1288](https://github.com/puppetlabs/r10k/issues/1288)
Expand Down
2 changes: 1 addition & 1 deletion lib/r10k/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module R10K
# When updating to a new major (X) or minor (Y) version, include `#major` or
# `#minor` (respectively) in your commit message to trigger the appropriate
# release. Otherwise, a new patch (Z) version will be released.
VERSION = '3.14.2'
VERSION = '3.15.0'
end

0 comments on commit 28232fa

Please sign in to comment.