@@ -11,13 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Upcoming changes...
13
13
14
- ## [ 0.7.3] - 2024-09-12
14
+
15
+ ## [ 0.9.0] - 2025-02-03
15
16
### Added
16
- - Added variables ` DEFAULT_BASE_URL ` and ` DEFAULT_BASE_URL2 ` to separate the scan URL from the scan path
17
+ - Add support to rules: include & ignore
17
18
18
- ## [ 0.7.2] - 2024-04-17
19
+ ## [ 0.8.2] - 2025-01-23
20
+ ### Changed
21
+ - Updates scope on dependencies pom.xml
22
+ - Publish workflow
23
+
24
+ ## [ 0.8.0] - 2025-01-21
19
25
### Added
20
26
- Added [ tagging workflow] ( .github/workflows/version-tag.yml ) to aid release generation
27
+ - Added variables ` DEFAULT_BASE_URL ` and ` DEFAULT_BASE_URL2 ` to separate the scan URL from the scan path
28
+ - Adds support to rules: replace & remove
21
29
22
30
## [ 0.7.1] - 2024-04-12
23
31
### Changed
@@ -76,10 +84,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
84
## [ 0.2.0] - 2023-07-04
77
85
### Added
78
86
- First pass at the following Classes
79
- - Fingerprinting ([ Winnowing] ( src/main/java/com/scanoss/Winnowing.java ) )
80
- - Scanning ([ Scanner] ( src/main/java/com/scanoss/Scanner.java ) )
81
- - REST Interface ([ ScanApi] ( src/main/java/com/scanoss/rest/ScanApi.java ) )
82
- - JSON Utils ([ JsonUtils] ( src/main/java/com/scanoss/utils/JsonUtils.java ) )
87
+ - Fingerprinting ([ Winnowing] ( src/main/java/com/scanoss/Winnowing.java ) )
88
+ - Scanning ([ Scanner] ( src/main/java/com/scanoss/Scanner.java ) )
89
+ - REST Interface ([ ScanApi] ( src/main/java/com/scanoss/rest/ScanApi.java ) )
90
+ - JSON Utils ([ JsonUtils] ( src/main/java/com/scanoss/utils/JsonUtils.java ) )
83
91
- CLI ([ CommandLine] ( src/main/java/com/scanoss/cli/CommandLine.java ) )
84
92
85
93
[ 0.2.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.0.0...v0.2.0
@@ -94,5 +102,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
102
[ 0.6.1 ] : https://github.com/scanoss/scanoss.java/compare/v0.6.0...v0.6.1
95
103
[ 0.7.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.6.1...v0.7.0
96
104
[ 0.7.1 ] : https://github.com/scanoss/scanoss.java/compare/v0.7.0...v0.7.1
97
- [ 0.7.2 ] : https://github.com/scanoss/scanoss.java/compare/v0.7.1...v0.7.2
98
- [ 0.7.3 ] : https://github.com/scanoss/scanoss.java/compare/v0.7.2...v0.7.3
105
+ [ 0.8.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.7.1...v0.8.0
106
+ [ 0.8.1 ] : https://github.com/scanoss/scanoss.java/compare/v0.8.0...v0.8.1
107
+ [ 0.9.0 ] : https://github.com/scanoss/scanoss.java/compare/v0.8.1...v0.9.0
0 commit comments