Skip to content

Commit 39daf7c

Browse files
committed
Prepare for Win32-0.59 release
1 parent ea02a5c commit 39daf7c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for the Perl extension Win32.
22

3+
0.59 [2022-05-05]
4+
- add Win32::GetChipArch and use it in Win32::GetOSName to support arm/arm64
5+
architecture by Pierrick Bouvier [PR/34]
6+
37
0.58 [2022-01-17]
48
- add Win32::HttpGetFile (thanks to Craig Berry for the implementation
59
and Tomasz Konojacki for code review) [PR/30]

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- #YAML:1.0
22
name: Win32
33
abstract: Interfaces to some Win32 API Functions
4-
version: 0.58
4+
version: 0.59
55
author:
66
- Jan Dubois <jan@jandubois.com>
77
license: perl

Win32.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package Win32;
88
require DynaLoader;
99

1010
@ISA = qw|Exporter DynaLoader|;
11-
$VERSION = '0.58';
11+
$VERSION = '0.59';
1212
$XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

0 commit comments

Comments
 (0)