File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Upcoming changes...
13
13
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
+
14
20
## [ 0.10.1] - 2025-02-20
15
21
### Added
16
22
- Add support to custom filtering rules
@@ -115,4 +121,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115
121
[ 0.8.1 ] : https://github.com/scanoss/scanoss.java/compare/v0.8.0...v0.8.1
116
122
[ 0.9.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.8.1...v0.9.0
117
123
[ 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
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.scanoss</groupId >
8
8
<artifactId >scanoss</artifactId >
9
- <version >0.10.1 </version >
9
+ <version >0.11.0 </version >
10
10
<packaging >jar</packaging >
11
11
<name >scanoss.java</name >
12
12
<url >https://github.com/scanoss/scanoss.java</url >
You can’t perform that action at this time.
0 commit comments