Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0-alpha] - 2026-05-21

### Added

- `PSResourceGet` dependency type providing first-class support for
Expand Down
4 changes: 2 additions & 2 deletions PSDepend/PSDepend.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'PSDepend.psm1'

# Version number of this module.
ModuleVersion = '0.3.0'
ModuleVersion = '0.4.0'

# ID used to uniquely identify this module
GUID = '63ea9e2a-320d-43ff-a11a-4930ca03cce6'
Expand Down Expand Up @@ -109,7 +109,7 @@
ReleaseNotes = 'https://github.com/PowerShellOrg/PSDepend/blob/main/CHANGELOG.md'

# Prerelease string (e.g. 'beta1', 'rc2'). Empty string = stable release.
Prerelease = ''
Prerelease = 'alpha'

} # End of PSData hashtable

Expand Down
Loading