From 22ae368fddd58a625caabcd70c1860200855629b Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Thu, 2 Apr 2026 13:53:52 +0200 Subject: [PATCH] Release v0.158.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 8 ++++++++ GNUmakefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0bc812a..13748b625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.158.0] - 2026-04-02 + +### Added + +- Add task priority enum +- Add UNKNOWN and NOT_IMPLEMENTED measure states +- MCP takes markdown input for document version content + ## [0.157.0] - 2026-04-01 ### Added diff --git a/GNUmakefile b/GNUmakefile index 063fce2f3..73c6f1505 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.157.0 +VERSION= 0.158.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"