Skip to content

Commit

Permalink
release v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed May 4, 2022
1 parent 38d2029 commit c6bff34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:

Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).

## Unreleased - 2022-??-??
## 4.7.0 - 2022-04-14
### Changed
- Updated documentation by adding parenthesis `()` to the negative odd check message ([#1995](https://github.com/spotbugs/spotbugs/issues/1995))
- Let the Plugin class implement AutoCloseable so we can release the .jar file ([#2024](https://github.com/spotbugs/spotbugs/issues/2024))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.github.spotbugs'
version = '4.6.1-SNAPSHOT'
version = '4.7.0'

apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
import os

html_context = {
'version' : '4.6',
'full_version' : '4.6.0',
'maven_plugin_version' : '4.5.3.0',
'version' : '4.7',
'full_version' : '4.7.0',
'maven_plugin_version' : '4.6.0.2',
'gradle_plugin_version' : '5.0.6',
'archetype_version' : '0.2.4'
}
Expand Down

0 comments on commit c6bff34

Please sign in to comment.