From 44170c340dabbb38b5ed1252b72958188ef002f9 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 25 Nov 2025 16:50:28 +0100 Subject: [PATCH] Release v0.93.0 Signed-off-by: Bryan Frimin --- CHANGELOG.md | 9 +++++++++ GNUmakefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ebadd1a..622dc0961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.93.0] - 2025-11-25 + +### Added + +- Add document MCP tools. +- Add document version MCP tools. +- Add document version signature MCP tools. +- Add MCP tools annotation hints. + ## [0.92.0] - 2025-11-24 ### Added diff --git a/GNUmakefile b/GNUmakefile index 5c0155a41..8e0b67795 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.92.0 +VERSION= 0.93.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"