From 091f3abe27a94f6ad68c2c961180b5174e05f48e Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:53:40 +0000 Subject: [PATCH] chore(main): release 2.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c4f7f2..337d15d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acd7ae..afdee04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.3](https://github.com/flowcore-io/usable-pr-validator/compare/v2.0.2...v2.0.3) (2026-02-10) + + +### Bug Fixes + +* add quiet flag to OpenCode CLI command in validation script ([87d7c6b](https://github.com/flowcore-io/usable-pr-validator/commit/87d7c6b1c55958d330d7655d172b7cd5103813d7)) + ## [2.0.2](https://github.com/flowcore-io/usable-pr-validator/compare/v2.0.1...v2.0.2) (2026-02-10)