Release 0.1.0 (promote from alpha to beta)#6
Merged
Merged
Conversation
Promote the first published alpha (0.1.0a0) to a beta 0.1.0 release now that the extra_vars leak and module_ignore_errors bugs are fixed and coverage (var-access, edge cases, real-SSH tier) has landed. - pyproject.toml: version 0.1.0a0 -> 0.1.0; Development Status 3 - Alpha -> 4 - Beta - README: status line alpha (0.1.0a0) -> beta (0.1.0) - CHANGELOG: add 0.1.0 section (Fixed/Changed/Added) and update compare links Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Xin Wang <xiwang5@microsoft.com>
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
Promotes the project from the first published alpha (
0.1.0a0) to a beta0.1.0release, now that the recent bug fixes and expanded test coverage have landed onmain.This is a version/metadata-only change — no code behavior changes.
Changes
pyproject.toml:version0.1.0a0→0.1.0; classifierDevelopment Status :: 3 - Alpha→4 - Beta.README.md: status linealpha (0.1.0a0)→beta (0.1.0).CHANGELOG.md: new[0.1.0]section (Fixed / Changed / Added) summarizing theextra_varsleak fix, themodule_ignore_errorsis Truefix, and the var-access / edge-case / real-SSH test additions; compare links updated.Why 0.1.0 (not 0.1.1)
Only
0.1.0a0(an alpha pre-release) was ever published;0.1.1would imply a patch on a stable0.1.0that never existed.0.1.0is the correct first non-pre-release. Installs without--pre.Release flow after merge
Tagging
v0.1.0(matchingpyproject.toml) triggers thepublishworkflow to push to PyPI via Trusted Publishing.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com