Skip to content

Commit

Permalink
Bump version to 1.2.18 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Dec 10, 2024
1 parent 909aeb3 commit ce8b14d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Mixlib::Versioning Changes

<!-- latest_release 1.2.17 -->
## [v1.2.17](https://github.com/chef/mixlib-versioning/tree/v1.2.17) (2022-04-07)
<!-- latest_release 1.2.18 -->
## [v1.2.18](https://github.com/chef/mixlib-versioning/tree/v1.2.18) (2024-12-10)

#### Merged Pull Requests
- do not run style during windows tests [#54](https://github.com/chef/mixlib-versioning/pull/54) ([marcparadise](https://github.com/marcparadise))
- [CI] Drop EOL Rubies [#57](https://github.com/chef/mixlib-versioning/pull/57) ([dafyddcrosby](https://github.com/dafyddcrosby))
<!-- latest_release -->

<!-- release_rollup since=1.2.12 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- [CI] Drop EOL Rubies [#57](https://github.com/chef/mixlib-versioning/pull/57) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 1.2.18 -->
- do not run style during windows tests [#54](https://github.com/chef/mixlib-versioning/pull/54) ([marcparadise](https://github.com/marcparadise)) <!-- 1.2.17 -->
- Test on Ruby Versions 3.1 /3.0 [#52](https://github.com/chef/mixlib-versioning/pull/52) ([poorndm](https://github.com/poorndm)) <!-- 1.2.16 -->
- Upgrade to GitHub-native Dependabot [#48](https://github.com/chef/mixlib-versioning/pull/48) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 1.2.15 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.17
1.2.18
2 changes: 1 addition & 1 deletion lib/mixlib/versioning/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

module Mixlib
class Versioning
VERSION = "1.2.17"
VERSION = "1.2.18"
end
end

0 comments on commit ce8b14d

Please sign in to comment.