Skip to content

Commit 11b6e3d

Browse files
committed
chore: Updates CHANGELOG.md
1 parent 6988414 commit 11b6e3d

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Upcoming changes...
1313

14-
## [0.7.3] - 2024-09-12
14+
15+
## [0.9.0] - 2025-02-03
1516
### 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
1718

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
1925
### Added
2026
- 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
2129

2230
## [0.7.1] - 2024-04-12
2331
### Changed
@@ -76,10 +84,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7684
## [0.2.0] - 2023-07-04
7785
### Added
7886
- 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))
8391
- CLI ([CommandLine](src/main/java/com/scanoss/cli/CommandLine.java))
8492

8593
[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
94102
[0.6.1]: https://github.com/scanoss/scanoss.java/compare/v0.6.0...v0.6.1
95103
[0.7.0]: https://github.com/scanoss/scanoss.java/compare/v0.6.1...v0.7.0
96104
[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

Comments
 (0)