Skip to content

Commit e9264cb

Browse files
committed
chore: Update pom.xml version and CHANGELOG.md
1 parent 5d4677b commit e9264cb

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.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>

0 commit comments

Comments
 (0)