Skip to content

Commit

Permalink
(maint) Prep for 5.0.0 #major release
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Dec 5, 2024
1 parent fe2b37f commit 33b5432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ CHANGELOG

Unreleased
----------
- allow librarian exclusion declaration as a noop

5.0.0
-----

- Add Ruby 3.3 to CI [#1403](https://github.com/puppetlabs/r10k/pull/1403)
- Require Ruby 3.1 [#1402](https://github.com/puppetlabs/r10k/pull/1402)
- Replace deprecated action: actions/setup-ruby->ruby/setup-ruby [#1406](https://github.com/puppetlabs/r10k/pull/1406)
- Ensure git repositories are pruned on fetch [#1410](https://github.com/puppetlabs/r10k/pull/1410)
- Limit Rugged Control Repo refspec to only clone refs/heads [#1412](https://github.com/puppetlabs/r10k/pull/1412)
- Allow librarian exclusion declaration as a noop

4.1.0
-----
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 = '4.1.0'
VERSION = '5.0.0'
end

0 comments on commit 33b5432

Please sign in to comment.