From 31c2ac2d65a250038557fb9b0a197dc9f790f3e6 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 18 Apr 2026 15:00:46 +0200 Subject: [PATCH] PRE-RELEASE v0.5.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08ff538..0b86397 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ BUILD_DIR := $(CURDIR)/build # the package version from there directly. The C code picks up VERSION # via the generated src/version.h (written by the version-header target # below and depended on by the module build). -VERSION := 0.4.0 +VERSION := 0.5.0 NGINX_SRC ?= diff --git a/debian/changelog b/debian/changelog index 9ee696d..e339d48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nginx-ipng-stats-plugin (0.5.0-1) unstable; urgency=medium + + * Pre-release v0.5.0. + + -- Pim van Pelt Sat, 18 Apr 2026 14:38:25 +0200 + nginx-ipng-stats-plugin (0.4.0-1) unstable; urgency=medium * Pre-release v0.4.0.