Prepare pmd release 6.34.0

This commit is contained in:
Andreas Dangel
2021-04-24 16:29:47 +02:00
parent 4b4af8c12f
commit 75d3c9b3b0
3 changed files with 13 additions and 2 deletions

View File

@ -1,9 +1,9 @@
repository: pmd/pmd
pmd:
version: 6.34.0-SNAPSHOT
version: 6.34.0
previous_version: 6.33.0
date: ??-?????-2021
date: 24-April-2021
release_type: minor
# release types: major, minor, bugfix

View File

@ -125,6 +125,10 @@ the breaking API changes will be performed in 7.0.0.
an API is tagged as `@Deprecated` or not in the latest minor release. During the development of 7.0.0,
we may decide to remove some APIs that were not tagged as deprecated, though we'll try to avoid it." %}
#### 6.34.0
No changes.
#### 6.33.0
No changes.

View File

@ -64,6 +64,8 @@ This is a {{ site.pmd.release_type }} release.
### API Changes
No changes.
### External Contributions
* [#3193](https://github.com/pmd/pmd/pull/3193): \[java] New rule: UseStandardCharsets - [Andrea Aime](https://github.com/aaime)
@ -71,5 +73,10 @@ This is a {{ site.pmd.release_type }} release.
* [#3211](https://github.com/pmd/pmd/pull/3211): \[apex] ApexCRUDViolationRule: Do not assume method is VF getter to avoid CRUD checks - [Jonathan Wiesel](https://github.com/jonathanwiesel)
* [#3234](https://github.com/pmd/pmd/pull/3234): \[apex] ApexCRUDViolation: COUNT is indeed CRUD checkable since it exposes data (false-negative) - [Jonathan Wiesel](https://github.com/jonathanwiesel)
### Stats
* 74 commits
* 18 closed tickets & PRs
* Days since last release: 27
{% endtocmaker %}