From 06c3036fa0f9515b59bce904da8b28e0bb5c9e24 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Mon, 2 Jun 2025 16:41:45 +0200 Subject: [PATCH] Bump version. Signed-off-by: Thomas Hochstein --- doc/ChangeLog | 3 +++ lib/NewsStats.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 417dd70..4cc0ba9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,6 @@ +NewsStats 0.5.0 (unreleased) + + NewsStats 0.4.0 (2025-06-02) * Reformat $Conf{TLH} for GroupStats only. * Extract TLH check from HostStats to subroutine, fix no-op check. diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index 99bc185..bce70c5 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -49,7 +49,7 @@ require Exporter; Output => [qw(OutputData FormatOutput)], SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList SQLSetBounds SQLBuildClause GetMaxLength)]); -$VERSION = '0.4.0'; +$VERSION = '0.5.0'; use File::Basename; use Cwd qw(realpath);