Bump version to 0.4.0-alpha#183
Open
HeyItsGilbert wants to merge 1 commit into
Open
Conversation
Sets ModuleVersion to 0.4.0 and Prerelease to 'alpha' in PSDepend.psd1, and promotes the Unreleased changelog section to [0.4.0-alpha] dated 2026-05-21. https://claude.ai/code/session_0124xRfAyqpJQoLoKUycDism
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the PSDepend module for a 0.4.0-alpha prerelease by updating the module manifest version metadata and promoting the changelog’s unreleased entries into a dated prerelease section.
Changes:
- Bumps
ModuleVersioninPSDepend.psd1from0.3.0to0.4.0. - Sets
PrivateData.PSData.Prereleasetoalphaso the effective published version is0.4.0-alpha. - Promotes the prior
[Unreleased]changelog content into a new[0.4.0-alpha] - 2026-05-21section.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| PSDepend/PSDepend.psd1 | Updates manifest version and prerelease metadata to produce 0.4.0-alpha. |
| CHANGELOG.md | Adds a 0.4.0-alpha section dated 2026-05-21 to reflect the prerelease. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ModuleVersionto0.4.0inPSDepend.psd1Prereleaseto'alpha'inPSDepend.psd1, making the published identifier0.4.0-alpha[Unreleased]section inCHANGELOG.mdto[0.4.0-alpha] - 2026-05-21Test plan
(Import-Module PSDepend -PassThru).Versionreturns0.4.0(Import-Module PSDepend -PassThru).PrivateData.PSData.Prereleasereturnsalpha[0.4.0-alpha] - 2026-05-21https://claude.ai/code/session_0124xRfAyqpJQoLoKUycDism
EOF
)
Generated by Claude Code