From c20e9b8e4e37509e92baac8c4aa451fb5ea01dd0 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Wed, 16 Sep 2026 18:21:43 +0500 Subject: [PATCH] chore(release): prepare agent-runtime v0.1.5 Record the Staticcheck Go 1.27 gate on the version line so the version-tag pin can move after CI is green on main. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d202e..eb5ce0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ contract. ## [Unreleased] +## [0.1.5] - 2026-09-16 + - Raise Staticcheck to v0.8.1 and probe it against the local Go toolchain so the gate can analyze Go 1.27 export data. ## [0.1.4] - 2026-09-15