Bump version.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
20434ab1dc
commit
06c3036fa0
|
@ -1,3 +1,6 @@
|
||||||
|
NewsStats 0.5.0 (unreleased)
|
||||||
|
|
||||||
|
|
||||||
NewsStats 0.4.0 (2025-06-02)
|
NewsStats 0.4.0 (2025-06-02)
|
||||||
* Reformat $Conf{TLH} for GroupStats only.
|
* Reformat $Conf{TLH} for GroupStats only.
|
||||||
* Extract TLH check from HostStats to subroutine, fix no-op check.
|
* Extract TLH check from HostStats to subroutine, fix no-op check.
|
||||||
|
|
|
@ -49,7 +49,7 @@ require Exporter;
|
||||||
Output => [qw(OutputData FormatOutput)],
|
Output => [qw(OutputData FormatOutput)],
|
||||||
SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList
|
SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList
|
||||||
SQLSetBounds SQLBuildClause GetMaxLength)]);
|
SQLSetBounds SQLBuildClause GetMaxLength)]);
|
||||||
$VERSION = '0.4.0';
|
$VERSION = '0.5.0';
|
||||||
|
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use Cwd qw(realpath);
|
use Cwd qw(realpath);
|
||||||
|
|
Loading…
Reference in a new issue