File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212- Upcoming changes...
1313
14+ ## [ 0.10.1] - 2025-02-20
15+ ### Added
16+ - Add support to custom filtering rules
17+ - Change logic on remove rule. Mark file as non match instead of deleting the key.
18+
1419## [ 0.10.0] - 2025-02-17
1520### Added
1621- Add support to skip rule
@@ -109,4 +114,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109114[ 0.8.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.7.1...v0.8.0
110115[ 0.8.1 ] : https://github.com/scanoss/scanoss.java/compare/v0.8.0...v0.8.1
111116[ 0.9.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.8.1...v0.9.0
112- [ 0.10.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.9.0...v0.10.0
117+ [ 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
Original file line number Diff line number Diff line change 66
77 <groupId >com.scanoss</groupId >
88 <artifactId >scanoss</artifactId >
9- <version >0.10.0 </version >
9+ <version >0.10.1 </version >
1010 <packaging >jar</packaging >
1111 <name >scanoss.java</name >
1212 <url >https://github.com/scanoss/scanoss.java</url >
You can’t perform that action at this time.
0 commit comments