From 12143c6490ff49d67982457570790a121e52d1f6 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 27 Mar 2021 16:14:50 +0100 Subject: [PATCH] Prepare pmd release 6.33.0 --- docs/_config.yml | 4 ++-- docs/pages/next_major_development.md | 4 ++++ docs/pages/release_notes.md | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 5b2520eeee..a68b90306e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,9 +1,9 @@ repository: pmd/pmd pmd: - version: 6.33.0-SNAPSHOT + version: 6.33.0 previous_version: 6.32.0 - date: ??-March-2021 + date: 27-March-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 58b3c0e24d..a040564e8f 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.33.0 + +No changes. + #### 6.32.0 ##### Experimental APIs diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 2c2d8e4565..82aa71cfc0 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -48,5 +48,10 @@ the parser. More information can be found in the [language specific documentatio * [#3161](https://github.com/pmd/pmd/pull/3161): \[plsql] Add support for lexical parameters in SQL*Plus scripts, allow excluding lines which the parser does not understand - [Henning von Bargen](https://github.com/hvbtup) * [#3167](https://github.com/pmd/pmd/pull/3167): \[java] Minor typo in quickstart ruleset - [Austin Tice](https://github.com/AustinTice) +### Stats +* 49 commits +* 27 closed tickets & PRs +* Days since last release: 28 + {% endtocmaker %}