Skip to content

Commit abd59b4

Browse files
committed
Prepare release 1.5.4
1 parent c788ab2 commit abd59b4

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

History.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# 1.5.4-SNAPSHOT / ????-??-??
2-
3-
## New and Noteworthy
1+
# 1.5.4 / 2023-05-27
42

53
## Enhancements
4+
65
* [#118](https://github.com/pmd/pmd-regression-tester/pull/118): Update js libraries
76
* [#119](https://github.com/pmd/pmd-regression-tester/pull/119): Update manual integration test for PMD 7
87
* [#120](https://github.com/pmd/pmd-regression-tester/pull/120): Support new PMD 7 binary dist filename
98

10-
## Fixed Issues
11-
12-
## External Contributions
13-
149
# 1.5.3 / 2022-11-25
1510

1611
## Fixed Issues

lib/pmdtester.rb

+1-1
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.5.4-SNAPSHOT'
36+
VERSION = '1.5.4'
3737
BASE = 'base'
3838
PATCH = 'patch'
3939
PR_NUM_ENV_VAR = 'PMD_CI_PULL_REQUEST_NUMBER' # see PmdBranchDetail

pmdtester.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake hoe:spec`.
22

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

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

10-
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
10+
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=
1212
s.require_paths = ["lib".freeze]
1313
s.authors = ["Andreas Dangel".freeze, "Binguo Bao".freeze, "Cl\u00E9ment Fournier".freeze]

0 commit comments

Comments
 (0)