Skip to content

Commit

Permalink
Prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Jun 20, 2021
1 parent 0e8f328 commit 1ede4b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.2.0 / ????-??-??
# 1.2.0 / 2021-06-20

## New and Noteworthy

Expand All @@ -10,8 +10,6 @@
* [#89](https://github.com/pmd/pmd-regression-tester/pull/89): Make it possible to select a subpath of cloned directory
* [#91](https://github.com/pmd/pmd-regression-tester/pull/91): Filter baseline based on patch config

## External Contributions

# 1.1.2 / 2021-04-20

This is a bugfix release.
Expand Down
2 changes: 1 addition & 1 deletion lib/pmdtester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.2.0-SNAPSHOT'
VERSION = '1.2.0'
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.2.0.pre.SNAPSHOT ruby lib
# stub: pmdtester 1.2.0 ruby lib

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

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 1ede4b7

Please sign in to comment.