release v3.09.01

This commit is contained in:
Stéphane Lesimple 2022-10-10 09:37:08 +00:00 committed by Stéphane Lesimple
parent 720222c423
commit 4f0a80c9d4
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## v3.09.01 - 2022/10/10
- fix: ``batch``: don't attempt to read if stdin is closed
- enh: make ``execute()`` way WAY faster
## v3.09.00 - 2022/09/21
- enh: tests: faster perl-check script
- fix: accountInfo wasn't showing TTL account expiration #329

View file

@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
Version-specific upgrade instructions
=====================================
v3.09.01 - 2020/10/10
*********************
No specific upgrade instructions.
v3.09.00 - 2022/09/21
*********************

View file

@ -5,7 +5,7 @@ use common::sense;
use Fcntl;
use POSIX qw(strftime);
our $VERSION = '3.09.00';
our $VERSION = '3.09.01';
BEGIN {
# only used by the handler below