From 0503e56f5627ad37947f7607ea255719213cdd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 12 Jun 2026 19:04:11 +0200 Subject: [PATCH] Release proboctl/v0.4.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 | 8 ++++++++ cmd/proboctl/VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cmd/proboctl/CHANGELOG.md b/cmd/proboctl/CHANGELOG.md index e7e1dba97..f815db2a1 100644 --- a/cmd/proboctl/CHANGELOG.md +++ b/cmd/proboctl/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to the `proboctl` CLI will be documented in this file. ## Unreleased +## [0.4.0] - 2026-06-12 + +### Added + +- `proboctl common-third-party reenrich` — re-arm the async enrichment worker for selected catalog rows (verbatim via `--id`/`--slug`, or across the catalog via `--category`/`--keyword`/`--state`/`--status`), gated by `--dry-run` and `--yes` +- `proboctl common-third-party stats` — summarize the catalog by enrichment state and last run status +- `--state`/`--status` filters and `STATE`/`STATUS` columns on `common-third-party list`; enrichment state, attempts, last run status, error, per-field provenance, and discovered domains on `common-third-party show` + ## [0.3.1] - 2026-06-11 ### Changed diff --git a/cmd/proboctl/VERSION b/cmd/proboctl/VERSION index 9e11b32fc..1d0ba9ea1 100644 --- a/cmd/proboctl/VERSION +++ b/cmd/proboctl/VERSION @@ -1 +1 @@ -0.3.1 +0.4.0