From b6615d427932b9c7b5a7219783915f217509b0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 12 May 2026 10:49:55 +0400 Subject: [PATCH] Release prb/v0.184.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 | 11 +++++++++++ cmd/prb/VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index 766918d56..683bfbcdf 100644 --- a/cmd/prb/CHANGELOG.md +++ b/cmd/prb/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to the `prb` CLI will be documented in this file. ## Unreleased +## [0.184.0] - 2026-05-12 + +### Added + +- Add `prb tracker-resource` command group (`list`, `view`, `create`, `update`, `delete`, `move`) for managing detected scripts, iframes, and other tracker resources + +### Changed + +- Replace `PREFIX` match type with `GLOB` in `prb tracker-pattern` interactive prompts (breaking) +- Drop `--display-name` from `prb tracker-pattern update` — display names are now derived from pattern + match type (breaking) + ## [0.183.1] - 2026-05-08 ### Security diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index 40b0e47a8..d4b5ded52 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.183.1 +0.184.0