Release proboctl/v0.3.0

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-10 18:49:27 +02:00
parent 90c52d743d
commit 9986553f4e
2 changed files with 14 additions and 1 deletions

View File

@@ -4,6 +4,19 @@ All notable changes to the `proboctl` CLI will be documented in this file.
## Unreleased
## [0.3.0] - 2026-06-10
### Added
- `proboctl common-third-party upsert` — create or update a vendor in the global catalog (partial-merge, slug-keyed)
- `proboctl common-tracker-pattern link`/`unlink` — repoint or detach a catalog pattern's third party (link re-arms enrichment and remaps uncategorised org trackers)
- `proboctl common-tracker-pattern set-description` — write a description, mark the row enriched, and backfill linked org patterns
- `proboctl cookie-banner reset-trackers --keyword <substring>` — scope both glob decomposition and mapping reset to patterns whose pattern or display name contains the substring
### Changed
- `proboctl common-tracker-pattern reenrich` no longer requires a selection anchor; filter flags (e.g. `--without-description`) now select across the whole catalog when no anchor is supplied
## [0.2.0] - 2026-06-09
### Added

View File

@@ -1 +1 @@
0.2.0
0.3.0