Skip to content

Commit

Permalink
release v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 16, 2025
1 parent d64bfd2 commit ef76e9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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 - 2024-??-??

## 4.9.0 - 2025-01-15
### Added
- Updated the `SuppressFBWarnings` annotation to support finer grained bug suppressions ([#3102](https://github.com/spotbugs/spotbugs/pull/3102))
- SimpleDateFormat, DateTimeFormatter, FastDateFormat string check for bad combinations of flag formatting ([#637](https://github.com/spotbugs/spotbugs/issues/637))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.github.spotbugs'
version = '4.9.0-SNAPSHOT'
version = '4.9.0'

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

html_context = {
'version' : '4.8',
'full_version' : '4.8.6',
'maven_plugin_version' : '4.8.6.6',
'gradle_plugin_version' : '6.1.0',
'version' : '4.9',
'full_version' : '4.9.0',
'maven_plugin_version' : '4.9.0.0',
'gradle_plugin_version' : '6.2.0',
'archetype_version' : '0.2.3'
}

Expand Down

0 comments on commit ef76e9b

Please sign in to comment.