Skip to content

Commit 554d4f8

Browse files
release: v2.0.3
1 parent 76c98c2 commit 554d4f8

12 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/url-sanitize-core", "crates/url-sanitize"]
44

55
[workspace.package]
6-
version = "2.0.2"
6+
version = "2.0.3"
77
edition = "2021"
88
rust-version = "1.75"
99
license = "MIT"
@@ -12,7 +12,7 @@ repository = "https://github.com/antonio-orionus/url-sanitize"
1212
homepage = "https://github.com/antonio-orionus/url-sanitize"
1313

1414
[workspace.dependencies]
15-
url-sanitize-core = { path = "crates/url-sanitize-core", version = "2.0.2" }
15+
url-sanitize-core = { path = "crates/url-sanitize-core", version = "2.0.3" }
1616
regex-lite = "0.1"
1717
url = "2.5"
1818
serde = { version = "1", features = ["derive"] }

packages/adguard/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "68845cb183b7",
3-
"hash": "68845cb183b735384b9770b23e80f7198f04c9b42aec6b7813f3c543ef960ae9",
4-
"fetchedAt": "2026-06-11T08:56:23.582Z",
2+
"version": "170dd605f801",
3+
"hash": "170dd605f8017e409d3325781edd33159b4575b8fd4fe301ce3734a221f84774",
4+
"fetchedAt": "2026-06-19T09:15:51.523Z",
55
"upstream": "https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_17_TrackParam/filter.txt",
66
"license": "LGPL-3.0-only"
77
}

packages/adguard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@url-sanitize/adguard",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "AdGuard URL Tracking Protection catalog adapter for @url-sanitize/core.",
55
"license": "LGPL-3.0-only",
66
"type": "module",

packages/brave/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@url-sanitize/brave",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Brave Debouncer catalog adapter for @url-sanitize/core.",
55
"license": "MPL-2.0",
66
"type": "module",

packages/clearurls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@url-sanitize/clearurls",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "ClearURLs-compatible rule catalog and adapter for @url-sanitize/core. Daily-synced from upstream.",
55
"license": "LGPL-3.0-only",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@url-sanitize/cli",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Command-line tool to remove tracking parameters and unwrap tracking redirects from URLs.",
55
"license": "MIT",
66
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@url-sanitize/core",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Pure TypeScript library for removing tracking parameters and unwrapping tracking redirects.",
55
"license": "MIT",
66
"type": "module",

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@url-sanitize/fetch",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Runtime ClearURLs catalog fetching with SHA256 and optional pinned-hash verification.",
55
"license": "MIT",
66
"type": "module",

packages/firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@url-sanitize/firefox",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Firefox Query Stripping catalog adapter for @url-sanitize/core.",
55
"license": "MPL-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)