From af5f48ad8a8fb32ff53f8174f85af206e58551f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 10 Jun 2026 18:45:22 +0200 Subject: [PATCH] Release prb/v0.193.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/prb/CHANGELOG.md | 14 ++++++++++++++ cmd/prb/VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index 476644ff1..2ffc8dc1f 100644 --- a/cmd/prb/CHANGELOG.md +++ b/cmd/prb/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to the `prb` CLI will be documented in this file. ## Unreleased +## [0.193.0] - 2026-06-10 + +### Added + +- Expose `regulation_source` (`detected`/`default`) on `prb consent-record list`/`view` to show whether the regulation was resolved from geolocation or fell back to GDPR + +### Changed + +- `prb third-party list --first-level` replaced by `--level ` (1 = direct, 2+ = indirect) to support arbitrary nesting depth + +### Removed + +- `prb third-party link`/`unlink` commands; sub-third-parties are now scoped by a `parent_third_party_id` on the third-party itself + ## [0.192.0] - 2026-06-09 ### Added diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index 3aeb0496c..15806f16d 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.192.0 +0.193.0