Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Mar 29, 2024
1 parent 3adb507 commit 55c5b15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.5.1] - 2024-03-29
### Changed
- Change Gemspec cop rules for Gemspec/DevelopmentDependencies and Gemspec/RequiredRubyVersion [[#45](https://github.com/ManageIQ/manageiq-style/pull/45)]

## [1.5.0] - 2024-02-28
### Changed
- Change TargetRubyVersion to 3.0 [[#42](https://github.com/ManageIQ/manageiq-style/pull/42)]
- Drop Ruby 2.7 [[#43](https://github.com/ManageIQ/manageiq-style/pull/43)]

## [1.4.0] - 2023-11-22
### Added
- Ensure .haml-lint.yml and .yamllint files [[#39](https://github.com/ManageIQ/manageiq-style/pull/39)]
Expand All @@ -29,7 +34,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.1] - 2020-06-19
## [1.0.0] - 2020-05-19

[Unreleased]: https://github.com/ManageIQ/manageiq-style/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/ManageIQ/manageiq-style/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/ManageIQ/manageiq-style/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/ManageIQ/manageiq-style/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/ManageIQ/manageiq-style/compare/v1.3.3...v1.4.0
[1.3.3]: https://github.com/ManageIQ/manageiq-style/compare/v1.3.2...v1.3.3
Expand Down
2 changes: 1 addition & 1 deletion lib/manageiq/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module Style
VERSION = "1.5.0".freeze
VERSION = "1.5.1".freeze
end
end

0 comments on commit 55c5b15

Please sign in to comment.