Skip to content

Commit 50a0af4

Browse files
Update CHANGELOG.md for version 0.0.2.1 with new bug fixes
1 parent 808d0e0 commit 50a0af4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.1]](https://github.com/mod-posh/CreatePowerShellModule/releases/tag/v0.0.2.1) - 2026-02-19
8+
9+
### BUGFIXES
10+
11+
**issue-3** ToBoolean() Error
12+
> Github Actions can only accept strings
13+
14+
**issue-4** Module discovery in output folder
15+
> Get-ChildItem -Recurse is finding the .psd1 file in both the source directory AND the output directory (from a previous action), and it's picking the wrong one from the output directory instead of the source
16+
717
## [[0.0.2.0]](https://github.com/mod-posh/CreatePowerShellModule/releases/tag/v0.0.2.0) - 2026-02-19
818

919
### BUGFIXES

0 commit comments

Comments
 (0)