Skip to content

Commit 38acc26

Browse files
Update CHANGELOG.md for version 0.0.2.0 with bug fixes
1 parent 069bdc1 commit 38acc26

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All changes to this project should be reflected in this document.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [[0.0.2.0]](https://github.com/mod-posh/CreatePowerShellModule/releases/tag/v0.0.2.0) - 2026-02-19
8+
9+
### BUGFIXES
10+
11+
**issue-1** Recursing importFolder returned no files
12+
> Added Where-Object to filter out any potential Pester Test files
13+
14+
**issue-2** Set-Content not creating file
15+
> Force the file creation using New-Item
16+
> Add utf8 encoding on file write
17+
718
## [[0.0.1.0]](https://github.com/mod-posh/CreatePowerShellModule/releases/tag/v0.0.1.0) - 2024-07-17
819

920
### Summary of the Create PowerShell Module Script

0 commit comments

Comments
 (0)