Skip to content

Bump version to 0.4.0-alpha#183

Open
HeyItsGilbert wants to merge 1 commit into
mainfrom
claude/bump-version-0.4.0-alpha-f7mSF
Open

Bump version to 0.4.0-alpha#183
HeyItsGilbert wants to merge 1 commit into
mainfrom
claude/bump-version-0.4.0-alpha-f7mSF

Conversation

@HeyItsGilbert
Copy link
Copy Markdown
Member

@HeyItsGilbert HeyItsGilbert commented May 21, 2026

Summary

  • Sets ModuleVersion to 0.4.0 in PSDepend.psd1
  • Sets Prerelease to 'alpha' in PSDepend.psd1, making the published identifier 0.4.0-alpha
  • Promotes the [Unreleased] section in CHANGELOG.md to [0.4.0-alpha] - 2026-05-21

Test plan

  • Verify (Import-Module PSDepend -PassThru).Version returns 0.4.0
  • Verify (Import-Module PSDepend -PassThru).PrivateData.PSData.Prerelease returns alpha
  • Confirm CHANGELOG heading reads [0.4.0-alpha] - 2026-05-21

https://claude.ai/code/session_0124xRfAyqpJQoLoKUycDism
EOF
)


Generated by Claude Code

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
@HeyItsGilbert HeyItsGilbert marked this pull request as ready for review May 21, 2026 03:57
Copilot AI review requested due to automatic review settings May 21, 2026 03:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ModuleVersion in PSDepend.psd1 from 0.3.0 to 0.4.0.
  • Sets PrivateData.PSData.Prerelease to alpha so the effective published version is 0.4.0-alpha.
  • Promotes the prior [Unreleased] changelog content into a new [0.4.0-alpha] - 2026-05-21 section.

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.

@github-actions
Copy link
Copy Markdown

Test Results

    4 files  ±0     76 suites  ±0   2m 12s ⏱️ +3s
1 320 tests ±0  1 232 ✅ ±0  88 💤 ±0  0 ❌ ±0 
1 616 runs  ±0  1 526 ✅ ±0  90 💤 ±0  0 ❌ ±0 

Results for commit 9f45d87. ± Comparison against base commit 0a918c2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants