Skip to content

Commit

Permalink
Prepare release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Nov 25, 2022
1 parent 00c37b1 commit 0efcbd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# 1.5.3-SNAPSHOT / ????-??-??

## New and Noteworthy

## Enhancements
# 1.5.3 / 2022-11-25

## Fixed Issues

* [#115](https://github.com/pmd/pmd-regression-tester/pull/115): Fix manual integration tests
* [#116](https://github.com/pmd/pmd-regression-tester/issues/116): Relative paths in pmd report result in missing code snippets

## External Contributions

# 1.5.2 / 2022-10-20

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/pmdtester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# and unexpected behaviors will not be introduced to PMD project
# after fixing an issue and new rules can work as expected.
module PmdTester
VERSION = '1.5.3-SNAPSHOT'
VERSION = '1.5.3'
BASE = 'base'
PATCH = 'patch'
PR_NUM_ENV_VAR = 'PMD_CI_PULL_REQUEST_NUMBER' # see PmdBranchDetail
Expand Down
6 changes: 3 additions & 3 deletions pmdtester.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake hoe:spec`.

# -*- encoding: utf-8 -*-
# stub: pmdtester 1.5.3.pre.SNAPSHOT ruby lib
# stub: pmdtester 1.5.3 ruby lib

Gem::Specification.new do |s|
s.name = "pmdtester".freeze
s.version = "1.5.3.pre.SNAPSHOT"
s.version = "1.5.3"

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

0 comments on commit 0efcbd1

Please sign in to comment.