From 3befb9e986a923f8df2dbb0888978a637bcca4b5 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Wed, 23 Jul 2025 13:35:02 +0200 Subject: [PATCH] Release v0.44.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 2 +- GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756fc38a3..6f5f36f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.44.0] - 2025-07-23 ### Fixed - Fix PDF tables diff --git a/GNUmakefile b/GNUmakefile index 83c467119..ce4e0fa6f 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.43.1 +VERSION= 0.44.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"