Skip to content

Commit 78f4025

Browse files
authored
Merge pull request #4 from aboutcode-org/prepare-initial-release
Prepare v0.1.0 release
2 parents 4bce1f0 + c905b58 commit 78f4025

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## v0.1.0 (2025-11-12)
4+
5+
- Initial release

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name = "purl_validator"
33
version = "0.1.0"
44
edition = "2024"
55
authors = ["Keshav Priyadarshi <git@keshav.space>", "AboutCode <info@aboutcode.org>"]
6-
description = "PackageURL validator using prebuilt FST"
76
license = "Apache-2.0"
8-
repository = "https://github.com/aboutcode-org/purl-validator-rust"
97

10-
exclude = ["fst_builder/*"]
8+
description = "Offline PackageURL validator using a prebuilt FST of known packages."
9+
readme = "README.md"
10+
documentation = "https://docs.rs/purl_validator"
11+
12+
repository = "https://github.com/aboutcode-org/purl-validator.rs"
13+
keywords = ["package url", "package", "purl"]
14+
categories = ["development-tools", "security" ]
1115

1216
include = [
1317
"src/**",
@@ -17,10 +21,6 @@ include = [
1721
"LICENSE"
1822
]
1923

20-
[lib]
21-
name = "purl_validator"
22-
crate-type = ["rlib"]
23-
2424
[dependencies]
2525
fst = "0.4.7"
2626
memmap2 = "0.9.9"

0 commit comments

Comments
 (0)