Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.11.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [0.11.0](https://github.com/shblue21/vscode-spotbugs/compare/v0.10.0...v0.11.0) (2026-08-29)


### Features

* show declared plugin rules ([#136](https://github.com/shblue21/vscode-spotbugs/issues/136)) ([812f80d](https://github.com/shblue21/vscode-spotbugs/commit/812f80d691d0ba95aff92db9f36fdf775ec41875))


### Bug Fixes

* scope source folder analysis to matching classes ([#134](https://github.com/shblue21/vscode-spotbugs/issues/134)) ([c7db567](https://github.com/shblue21/vscode-spotbugs/commit/c7db5679237efd0b0e90d01b0e899980246d7135))

## [0.10.0](https://github.com/shblue21/vscode-spotbugs/compare/v0.9.0...v0.10.0) (2026-08-15)


Expand Down
2 changes: 1 addition & 1 deletion javaext/com.spotbugs.runner/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Spotbugs Runner Plugin
Bundle-SymbolicName: com.spotbugs.runner;singleton:=true
x-release-please-start-version: marker
Bundle-Version: 0.10.0
Bundle-Version: 0.11.0
x-release-please-end: marker
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.ls.core,
Expand Down
2 changes: 1 addition & 1 deletion javaext/com.spotbugs.runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotbugs</groupId>
<artifactId>parent</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>com.spotbugs.runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javaext/com.spotbugs.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotbugs</groupId>
<artifactId>parent</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</parent>
<artifactId>com.spotbugs.target</artifactId>
<name>${base.name} :: Target Platform</name>
Expand Down
2 changes: 1 addition & 1 deletion javaext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.spotbugs</groupId>
<artifactId>parent</artifactId>
<name>${base.name} :: Parent</name>
<version>0.10.0</version>
<version>0.11.0</version>
<packaging>pom</packaging>
<properties>
<base.name>Java Spotbugs Runner</base.name>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-spotbugs",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.10.0",
"version": "0.11.0",
"publisher": "shblue21",
"icon": "images/spotbugs_icon.png",
"author": {
Expand Down