Skip to content

Commit 2d07aa7

Browse files
committed
Prepare pmd release 7.3.0
1 parent 93e3020 commit 2d07aa7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repository: pmd/pmd
22

33
pmd:
4-
version: 7.3.0-SNAPSHOT
4+
version: 7.3.0
55
previous_version: 7.2.0
66
date: 2024-06-28
77
# release types: major, minor, bugfix

docs/pages/release_notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This is a {{ site.pmd.release_type }} release.
2121
### 🚀 New and noteworthy
2222

2323
#### ✨ New Rules
24+
2425
* The new Java rule {%rule java/bestpractices/UseEnumCollections %} reports usages for `HashSet` and `HashMap`
2526
when the keys are of an enum type. The specialized enum collections are more space- and time-efficient.
2627

@@ -36,6 +37,7 @@ to the latest version (3.23.0 or newer).
3637
See also [Maven PMD Plugin]({{ baseurl }}pmd_userdocs_tools_maven.html).
3738

3839
### 🐛 Fixed Issues
40+
3941
* cli
4042
* [#2827](https://github.com/pmd/pmd/issues/2827): \[cli] Consider processing errors in exit status
4143
* core
@@ -132,7 +134,9 @@ read the XML format should be updated.
132134
The already deprecated PMD 6 compatibility module (pmd-compat6) has been removed.
133135
See above for details.
134136

135-
### ✨ External Contributions
137+
### 📈 Stats
138+
* 88 commits
139+
* 32 closed tickets & PRs
140+
* Days since last release: 27
136141

137142
{% endtocmaker %}
138-

0 commit comments

Comments
 (0)