From c7e4f795a1590bc1d9f83f936bdc1fc10dc6817f Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 7 Sep 2024 15:25:57 +0100 Subject: [PATCH] 2.092 --- Basic/PDL.pm | 2 +- Changes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Basic/PDL.pm b/Basic/PDL.pm index 9f2fee67c..757fd6a57 100644 --- a/Basic/PDL.pm +++ b/Basic/PDL.pm @@ -161,7 +161,7 @@ start-up modules. =cut # set the version: -our $VERSION = '2.091'; +our $VERSION = '2.092'; # Main loader of standard PDL package diff --git a/Changes b/Changes index eb4fc731b..6bf1c08f6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +2.092 2024-09-07 - add Type::howbig - restore ABI (https://github.com/moocow-the-bovine/PDL-VectorValued/issues/10 https://github.com/PDLPorters/PDL-Stats/issues/33) - thanks @sebastic for report