Compare commits

..

No commits in common. "master" and "v1.1.0" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,3 @@
yapfaq 1.2.0 (unreleased)
yapfaq 1.1.0 (2026-02-13) 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.

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.2.0-pre"; my $VERSION = "1.1.0";
(my $NAME = $0) =~ s#^.*/##; (my $NAME = $0) =~ s#^.*/##;
use utf8; use utf8;