Skip to content

Commit eeabb6b

Browse files
committed
Prepare release 1.6.1
1 parent b0652ac commit eeabb6b

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

History.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
# 1.6.1-SNAPSHOT / ????-??-??
2-
3-
## New and Noteworthy
4-
5-
## Enhancements
1+
# 1.6.1 / 2025-09-19
62

73
## Fixed Issues
84
* [#124](https://github.com/pmd/pmd-regression-tester/issues/124): With `--auto-gen-config` invalid rule references might be generated
9-
* [#138](https://github.com/pmd/pmd-regression-tester/pull/138): chore(ci): Fix public-release workflow
10-
* [#139](https://github.com/pmd/pmd-regression-tester/pull/139): chore(ci): CI Improvements
5+
* [#138](https://github.com/pmd/pmd-regression-tester/issues/138): chore(ci): Fix public-release workflow
6+
* [#139](https://github.com/pmd/pmd-regression-tester/issues/139): chore(ci): CI Improvements
117

128
## Merged pull requests
9+
* [#138](https://github.com/pmd/pmd-regression-tester/pull/138): chore(ci): Fix public-release workflow - [Andreas Dangel](https://github.com/adangel) (@adangel)
10+
* [#139](https://github.com/pmd/pmd-regression-tester/pull/139): chore(ci): CI Improvements - [Andreas Dangel](https://github.com/adangel) (@adangel)
1311
* [#141](https://github.com/pmd/pmd-regression-tester/pull/141): Fix #124: If an abstract rule is changed, run all rules - [UncleOwen](https://github.com/UncleOwen) (@UncleOwen)
1412

15-
## Dependency Updates
16-
1713
# 1.6.0 / 2025-07-25
1814

1915
## New and Noteworthy

lib/pmdtester.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# and unexpected behaviors will not be introduced to PMD project
3434
# after fixing an issue and new rules can work as expected.
3535
module PmdTester
36-
VERSION = '1.6.1-SNAPSHOT'
36+
VERSION = '1.6.1'
3737
BASE = 'base'
3838
PATCH = 'patch'
3939
PR_NUM_ENV_VAR = 'PMD_CI_PULL_REQUEST_NUMBER' # see PmdBranchDetail

pmdtester.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake hoe:spec`.
22

33
# -*- encoding: utf-8 -*-
4-
# stub: pmdtester 1.6.1.pre.SNAPSHOT ruby lib
4+
# stub: pmdtester 1.6.1 ruby lib
55

66
Gem::Specification.new do |s|
77
s.name = "pmdtester".freeze
8-
s.version = "1.6.1.pre.SNAPSHOT".freeze
8+
s.version = "1.6.1".freeze
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
1111
s.metadata = { "bug_tracker_uri" => "https://github.com/pmd/pmd-regression-tester/issues", "homepage_uri" => "https://pmd.github.io", "source_code_uri" => "https://github.com/pmd/pmd-regression-tester" } if s.respond_to? :metadata=

0 commit comments

Comments
 (0)