We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bca803f + 928b97d commit 4513ea5Copy full SHA for 4513ea5
CHANGELOG.mkd
@@ -4,6 +4,9 @@ CHANGELOG
4
Unreleased
5
----------
6
7
+5.0.2
8
+-----
9
+
10
- Revert "Limit Rugged Control Repo refspec to only clone refs/heads" [#1422](https://github.com/puppetlabs/r10k/pull/1422)
11
12
5.0.1
lib/r10k/version.rb
@@ -2,5 +2,5 @@ module R10K
2
# When updating to a new major (X) or minor (Y) version, include `#major` or
3
# `#minor` (respectively) in your commit message to trigger the appropriate
# release. Otherwise, a new patch (Z) version will be released.
- VERSION = '5.0.1'
+ VERSION = '5.0.2'
end
0 commit comments