From 9986553f4e586cf4cf29dbadb0d9ce1c8421816e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 10 Jun 2026 18:49:27 +0200 Subject: [PATCH] Release proboctl/v0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/proboctl/CHANGELOG.md | 13 +++++++++++++ cmd/proboctl/VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/cmd/proboctl/CHANGELOG.md b/cmd/proboctl/CHANGELOG.md index 6fa53c3ae..6cee6c59b 100644 --- a/cmd/proboctl/CHANGELOG.md +++ b/cmd/proboctl/CHANGELOG.md @@ -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 ` — 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 diff --git a/cmd/proboctl/VERSION b/cmd/proboctl/VERSION index 0ea3a944b..0d91a54c7 100644 --- a/cmd/proboctl/VERSION +++ b/cmd/proboctl/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0