bluto

Release package and announcement generator
Info | Log | Files | Refs | README | LICENSE

commit 17666f7591b7e9f46fb844b90c4cc1bbb196f3c5
parent 1d2884b11a26734384c7eefe22bfa363d7f0fd02
Author: lash <dev@holbrook.no>
Date:   Sun, 16 Mar 2025 00:25:42 +0000

Update version, changelog

Diffstat:
MBluto.pm | 2+-
ACHANGELOG | 10++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/Bluto.pm b/Bluto.pm @@ -14,7 +14,7 @@ use Bluto::Yaml; use constant { VCS_TAG_PREFIX => 'v' }; #use constant { VERSION => '0.0.1' }; -our $VERSION = '0.0.1' ; +our $VERSION = '0.0.3' ; our %config; our $have_version_match = undef; diff --git a/CHANGELOG b/CHANGELOG @@ -0,0 +1,10 @@ +* 0.0.3 + - Allow relative outdir path. + - Maintain a (signed) releases yaml document, including information on all releases. + - Add timestamp and archive digest to release state. +* 0.0.2 + - Use same object structure for contributor. + - Hide contributor section in template when no extra contributors. + - Basic targz publish function. + - Asciidoc announcement generator. + - Asciidoc to RSS 1.0 announcement translator.