Skip to content

Commit

Permalink
Prepare release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Apr 12, 2022
1 parent b8a97a2 commit 2fde65f
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,15 +1,9 @@
# 1.4.1-SNAPSHOT / ????-??-??

## New and Noteworthy

## Enhancements
# 1.4.1 / 2022-04-12

## Fixed Issues

* [#104](https://github.com/pmd/pmd-regression-tester/issues/104): Baseline filtering is not working anymore

## External Contributions

# 1.4.0 / 2022-03-24

## 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.4.1-SNAPSHOT'
VERSION = '1.4.1'
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.4.1.pre.SNAPSHOT ruby lib
# stub: pmdtester 1.4.1 ruby lib

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

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 2fde65f

Please sign in to comment.