From e177108b19a022bb06b3d8389fdba3f5c36ba1d6 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Mon, 8 Sep 2025 17:28:00 +0200 Subject: [PATCH] Release v0.58.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 3 ++- GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb190384d..78d7d37cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.58.0] - 2025-09-08 ### Added - Soft delete documents +- Store sidebar state ## [0.57.1] - 2025-09-04 diff --git a/GNUmakefile b/GNUmakefile index 959d0c595..42bbfa59c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,7 +11,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.57.1 +VERSION= 0.58.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"