Skip to content

Commit

Permalink
Released 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 20, 2022
1 parent 7bf16b6 commit 3118f46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased]

## [5.0.1] - 2022-04-20
### Changed
- Minimum PowerShell version dropped to 5.1 from 7.0

Expand Down Expand Up @@ -193,7 +195,8 @@
### Added
- Initial release

[Unreleased]: https://github.com/codaamok/codaamok.build/compare/5.0.0..HEAD
[Unreleased]: https://github.com/codaamok/codaamok.build/compare/5.0.1..HEAD
[5.0.1]: https://github.com/codaamok/codaamok.build/compare/5.0.0..5.0.1
[5.0.0]: https://github.com/codaamok/codaamok.build/compare/4.0.7..5.0.0
[4.0.7]: https://github.com/codaamok/codaamok.build/compare/4.0.6..4.0.7
[4.0.6]: https://github.com/codaamok/codaamok.build/compare/4.0.4..4.0.6
Expand Down
9 changes: 3 additions & 6 deletions src/codaamok.build.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'codaamok.build.psm1'

# Version number of this module.
ModuleVersion = '5.0.0'
ModuleVersion = '5.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -107,11 +107,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '# Added
- New src/Enums folder
- using statements are taken from all .ps1 files under the src/Classes folder and placed at the top of the .psm1, before inserting class code. Then all over code is inserted; script files under src/Enums, src/Private, and src/Public.
# Changed
- Folder src/Types must now be src/Classes'
ReleaseNotes = '# Changed
- Minimum PowerShell version dropped to 5.1 from 7.0'

# Prerelease string of this module
# Prerelease = ''
Expand Down

0 comments on commit 3118f46

Please sign in to comment.