Skip to content

Add project versioning and changelog for v0.1.0#21

Merged
chefgs merged 2 commits intomainfrom
copilot/add-versioning-and-changelog
Mar 8, 2026
Merged

Add project versioning and changelog for v0.1.0#21
chefgs merged 2 commits intomainfrom
copilot/add-versioning-and-changelog

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 8, 2026

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 --version flag

  • cli/devopsos.py — imports __version__ and wires an eager --version / -V callback via Typer's @app.callback().
$ python -m cli.devopsos --version
devopsos version 0.1.0

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

  • Three new tests in cli/test_cli.py: -V short flag, --version long flag, and version string consistency with cli.__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.

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
@chefgs chefgs marked this pull request as ready for review March 8, 2026 06:24
@chefgs chefgs merged commit bd1e42a into main Mar 8, 2026
4 checks passed
@chefgs chefgs deleted the copilot/add-versioning-and-changelog branch March 8, 2026 06:27
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.

2 participants