From 1ebbffcef9d9a2ffb313c06f4301455ef6594862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 22 May 2026 13:58:07 +0200 Subject: [PATCH] Release prb/v0.188.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 cf2e06e8f..ac8eb3f96 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.188.0] - 2026-05-22 + +### Added + +- Add `prb risk-assessment` command group with nested `scope`, `node`, `process`, `threat`, and `scenario` subcommands for managing the hierarchical risk assessment system, including scenario-to-risk and scenario-to-threat link/unlink and Mermaid chart retrieval + ## [0.187.0] - 2026-05-15 ### Changed diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index 74e05031e..a27c87628 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.187.0 +0.188.0