diff --git a/docs/_config.yml b/docs/_config.yml index 1c09b2cb15..9228e4f6da 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ repository: pmd/pmd pmd: - version: 6.39.0-SNAPSHOT + version: 6.39.0 previous_version: 6.38.0 date: 25-September-2021 release_type: minor diff --git a/docs/pages/next_major_development.md b/docs/pages/next_major_development.md index 7e9878aac1..74e94c474e 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.39.0 + +No changes. + #### 6.38.0 No changes. diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 1adde2f5be..880b93105f 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -35,9 +35,16 @@ See [credits](https://pmd.github.io/latest/pmd_projectdocs_credits.html) for our ### API Changes +No changes. + ### External Contributions * [#3516](https://github.com/pmd/pmd/pull/3516): \[javascript] NPE while creating rule violation when specifying explicit line numbers - [Kevin Guerra](https://github.com/kevingnet) +### Stats +* 37 commits +* 10 closed tickets & PRs +* Days since last release: 27 + {% endtocmaker %}