From 6e254a7c0cff1b43614c717d40055212bab373c8 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Thu, 27 Aug 2026 15:01:13 +0530 Subject: [PATCH] chore(release): v0.1.13 Move the Unreleased changes (strict parsers, FailOn zero-value fix, Finding validation, scorecard) into the v0.1.13 release and bump VERSION. --- CHANGELOG.md | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5846b..d878fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.13] — 2026-08-27 + ### Changed (breaking) - `review.Result.Failed` no longer treats an unset `FailOn` as "fail on any diff --git a/VERSION b/VERSION index 699c6c6..7ac4e5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.8 +0.1.13