diff --git a/docs/_config.yml b/docs/_config.yml index 15fcb69bed..63cf000e1d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/pages/next_major_development.md b/docs/pages/next_major_development.md index a040564e8f..451b67ed70 100644 --- a/docs/pages/next_major_development.md +++ b/docs/pages/next_major_development.md @@ -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. diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index a9ad9a2dff..3022bb0b15 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -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 %}