From e560d04e1262c3228309e91c15e1c04b14e8dbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 2 Jun 2026 12:45:35 +0200 Subject: [PATCH] Release prb/v0.191.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 | 6 ++++++ cmd/prb/VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index b018615ae..48465dea6 100644 --- a/cmd/prb/CHANGELOG.md +++ b/cmd/prb/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the `prb` CLI will be documented in this file. ## Unreleased +## [0.191.0] - 2026-06-02 + +### Changed + +- Replace `prb third-party assess` with `prb third-party vet` to enqueue async third-party vetting; the command now returns immediately after queuing the job instead of waiting for the report + ## [0.190.0] - 2026-05-27 ### Added diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index 96e33ee3f..c6b56be44 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.190.0 +0.191.0