Skip to content

Commit 31eb9dd

Browse files
authored
Merge pull request #7 from aboutcode-org/throw-error
Add ChangeLog for v1.0.0 release
2 parents a8b3c3c + 509bde8 commit 31eb9dd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.0 (2026-03-11)
4+
5+
- Return error for invalid or unsupported Package-URLs
6+
37
## v0.49.0 (2026-03-11)
48

59
- Update FST with latest PURLs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ purlvalidator.Validate("pkg:nuget/non-existent-foo-bar");
5858
// This will return an error: "only base PURL is supported (no version, qualifiers, or subpath)"
5959
purlvalidator.Validate("pkg:nuget/FluentValidation@10.2.3");
6060

61-
// This will return an error: "purl scheme is not \"pkg\": \"pkddg\""
61+
// This will return an error: "purl scheme is not \"pkg\": \"test\""
6262
purlvalidator.Validate("test:nuget/FluentValidation");
6363

6464
```

0 commit comments

Comments
 (0)