Release 1.1.0

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-02-13 19:48:26 +01:00
parent 2e4c6984e6
commit 068689d5b1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
yapfaq 1.1.0 (unreleased) yapfaq 1.1.0 (2026-02-13)
* --test: Set Supersedes and don't modify Message-ID if -o is set. * --test: Set Supersedes and don't modify Message-ID if -o is set.
* --test: Force -o if -n is not set. * --test: Force -o if -n is not set.
* Add conversion script for old status files. * Add conversion script for old status files.

View file

@ -19,7 +19,7 @@
# It can be redistributed and/or modified under the same terms under # It can be redistributed and/or modified under the same terms under
# which Perl itself is published. # which Perl itself is published.
my $VERSION = "1.1.0-pre"; my $VERSION = "1.1.0";
(my $NAME = $0) =~ s#^.*/##; (my $NAME = $0) =~ s#^.*/##;
use utf8; use utf8;