Skip to content

Commit 1ad76e3

Browse files
authored
Prepare v1.0.1 Release (#25)
1 parent 5d0823a commit 1ad76e3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Unreleased
44

5+
## v1.0.1 - 16/12/2025
6+
57
### Build and Packaging Improvements
68

79
+ Add Test workflow, PSGallery and License badges to README.md (#5)
8-
+ Reduce package size by only keeping necessary files in John the Ripper builds (#21).
10+
+ Reduce package size from 235 MB to 219 MB (#21).
911

1012
## v1.0.0 - 15/12/2025
1113

src/PoshJohn.psd1

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@{
2-
RootModule = 'PoshJohn.psm1'
3-
ModuleVersion = '1.0.0'
2+
RootModule = 'PoshJohn.psm1'
3+
ModuleVersion = '1.0.1'
44
CompatiblePSEditions = @('Core')
5-
GUID = '6181cfe1-1395-4726-8b68-c5782b74a0f0'
6-
Author = 'ArmaanMcleod'
7-
Copyright = '(c) ArmaanMcleod. All rights reserved.'
8-
Description = 'Binary PowerShell module which contains cmdlets to help with extracting and cracking password hashes from password-protected files using John the Ripper (https://www.openwall.com/john/).'
9-
PowerShellVersion = '7.2'
10-
CmdletsToExport = @(
5+
GUID = '6181cfe1-1395-4726-8b68-c5782b74a0f0'
6+
Author = 'ArmaanMcleod'
7+
Copyright = '(c) ArmaanMcleod. All rights reserved.'
8+
Description = 'Binary PowerShell module which contains cmdlets to help with extracting and cracking password hashes from password-protected files using John the Ripper (https://www.openwall.com/john/).'
9+
PowerShellVersion = '7.2'
10+
CmdletsToExport = @(
1111
'Export-JohnPasswordHash',
1212
'Invoke-JohnPasswordCrack'
1313
)
@@ -23,6 +23,4 @@
2323
ReleaseNotes = 'See https://github.com/ArmaanMcleod/PoshJohn/blob/main/CHANGELOG.md'
2424
}
2525
}
26-
2726
}
28-

0 commit comments

Comments
 (0)