Skip to content

Commit 92fd9d6

Browse files
committed
chore(SP-2604): update to 0.11.0
1 parent ff705e4 commit 92fd9d6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Upcoming changes...
1313

14+
## [0.11.0] - 2025-05-26
15+
### Added
16+
- Path obfuscation and deobfuscation support for enhanced privacy
17+
- CLI obfuscate option (`--obfuscate`)
18+
- Additional Makefile targets for documentation and linting
19+
1420
## [0.10.1] - 2025-02-20
1521
### Added
1622
- Add support to custom filtering rules
@@ -115,4 +121,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115121
[0.8.1]: https://github.com/scanoss/scanoss.java/compare/v0.8.0...v0.8.1
116122
[0.9.0]: https://github.com/scanoss/scanoss.java/compare/v0.8.1...v0.9.0
117123
[0.10.0]: https://github.com/scanoss/scanoss.java/compare/v0.9.0...v0.10.0
118-
[0.10.1]: https://github.com/scanoss/scanoss.java/compare/v0.10.0...v0.10.1
124+
[0.10.1]: https://github.com/scanoss/scanoss.java/compare/v0.10.0...v0.10.1
125+
[0.11.0]: https://github.com/scanoss/scanoss.java/compare/v0.10.1...v0.11.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.scanoss</groupId>
88
<artifactId>scanoss</artifactId>
9-
<version>0.10.1</version>
9+
<version>0.11.0</version>
1010
<packaging>jar</packaging>
1111
<name>scanoss.java</name>
1212
<url>https://github.com/scanoss/scanoss.java</url>

0 commit comments

Comments
 (0)