Skip to content

Commit ae6afe2

Browse files
committed
chore(release): 2.0.0-alpha.1
1 parent 54b8500 commit ae6afe2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [2.0.0] 2025-06-18
8+
## [2.0.0-alpha.1] 2026-02-12
9+
10+
### Fixed
11+
12+
- Null-coalescing operators replaced with PS5.1-compatible syntax in
13+
Write-PlasterLog to fix PowerShell 5.1 compatibility
14+
([#442](https://github.com/PowerShellOrg/Plaster/issues/442))
15+
16+
## [2.0.0-alpha] 2025-06-18
917

1018
### Added
1119

Plaster/Plaster.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# PSData hashtable with additional module metadata used by PowerShell.
1616
PrivateData = @{
1717
PSData = @{
18-
Prerelease = 'alpha'
18+
Prerelease = 'alpha.1'
1919

2020
# Tags applied to this module. These help with module discovery in online galleries.
2121
Tags = @('Plaster', 'CodeGenerator', 'Scaffold', 'Template', 'JSON', 'PowerShell7')

0 commit comments

Comments
 (0)