Skip to content

Commit

Permalink
Update to 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvec committed Dec 16, 2024
1 parent 03725bc commit 92fd3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ This gem is moving onto its own [Semantic Versioning](https://semver.org/) schem

Prior to v1.0.0 this gem was versioned based on the `MAJOR`.`MINOR` version of RuboCop. The first release of the ezcater_rubocop gem was `v0.49.0`.

## 7.1.3 (unreleased)

- Update internal CI processes to validate Rubocop config files

## 7.1.2
-

- Fix a stray space in `Rails/BulkChangeTable` definition

## 7.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/ezcater_rubocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EzcaterRubocop
VERSION = "7.1.2"
VERSION = "7.1.3"
end

0 comments on commit 92fd3c3

Please sign in to comment.