Add project versioning and changelog for v0.1.0#21
Merged
Conversation
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add project versioning and changelog for initial release
Add project versioning and changelog for v0.1.0
Mar 8, 2026
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.
Establishes a versioning baseline and documents all features shipped in the first cut of the repo.
Changes
Package version
cli/__init__.py— adds__version__ = "0.1.0"as the single source of truth.CLI
--versionflagcli/devopsos.py— imports__version__and wires an eager--version/-Vcallback via Typer's@app.callback().Changelog
CHANGELOG.md— new file following Keep a Changelog format, cataloguing every CLI command, MCP server tool, documentation artifact, and CI workflow included in v0.1.0.Tests
cli/test_cli.py:-Vshort flag,--versionlong flag, and version string consistency withcli.__version__.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.