Skip to content

Commit e8d0dc1

Browse files
chore(main): release 0.10.1
1 parent c7db567 commit e8d0dc1

8 files changed

Lines changed: 15 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## [0.10.1](https://github.com/shblue21/vscode-spotbugs/compare/v0.10.0...v0.10.1) (2026-08-29)
3+
4+
5+
### Bug Fixes
6+
7+
* 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))
8+
29
## [0.10.0](https://github.com/shblue21/vscode-spotbugs/compare/v0.9.0...v0.10.0) (2026-08-15)
310

411

javaext/com.spotbugs.runner/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Spotbugs Runner Plugin
44
Bundle-SymbolicName: com.spotbugs.runner;singleton:=true
55
x-release-please-start-version: marker
6-
Bundle-Version: 0.10.0
6+
Bundle-Version: 0.10.1
77
x-release-please-end: marker
88
Bundle-RequiredExecutionEnvironment: JavaSE-11
99
Require-Bundle: org.eclipse.jdt.ls.core,

javaext/com.spotbugs.runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotbugs</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.10.0</version>
7+
<version>0.10.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>com.spotbugs.runner</artifactId>

javaext/com.spotbugs.target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotbugs</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.10.0</version>
7+
<version>0.10.1</version>
88
</parent>
99
<artifactId>com.spotbugs.target</artifactId>
1010
<name>${base.name} :: Target Platform</name>

javaext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.spotbugs</groupId>
44
<artifactId>parent</artifactId>
55
<name>${base.name} :: Parent</name>
6-
<version>0.10.0</version>
6+
<version>0.10.1</version>
77
<packaging>pom</packaging>
88
<properties>
99
<base.name>Java Spotbugs Runner</base.name>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-spotbugs",
33
"displayName": "%displayName%",
44
"description": "%description%",
5-
"version": "0.10.0",
5+
"version": "0.10.1",
66
"publisher": "shblue21",
77
"icon": "images/spotbugs_icon.png",
88
"author": {

0 commit comments

Comments
 (0)