Skip to content

Commit 0d6a2f8

Browse files
authored
Release 4.10.0 (#529)
Update version to 4.10.0 in preparation for the new release. Add release notes to CHANGELOG.md.
1 parent 358f600 commit 0d6a2f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.9.2...main)
22

3+
# v4.10.0 / 2025-07-30 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.9.2...v4.10.0)
4+
35
* [CHANGE] Bump aruba, byebug, cucumber, fakefs, rake, reek dependencies (by [@faisal][])
46
* [BUGFIX] Work around issue preventing feature execution on Ruby 3.5.0dev (by [@faisal][])
57
* [CHANGE] Add changes or suppress warnings for issues found by newer rubocop (by [@faisal][])

lib/rubycritic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyCritic
4-
VERSION = '4.9.2'
4+
VERSION = '4.10.0'
55
end

0 commit comments

Comments
 (0)