Release v0.1.0 - #19
Merged
Merged
Conversation
Add CHANGELOG.md documenting the initial feature set, and point the README at PyPI now that the package is published there. Fix two faults that would have broken the release: - The report templates match the blanket *.html rule in .gitignore, which hatchling honours when selecting files, so base.html and session.html were silently dropped from both the sdist and the wheel. Since the Jinja2 PackageLoader is constructed at import time, the installed package failed on `import visiomode_analysis` and every CLI command was unusable. Negate the ignore rule and declare the templates as build artifacts. - The release-github job downloaded an artifact named "dist" while the build job uploads "release-dists", so creating the GitHub release would have failed. Also add a twine check and a clean-venv smoke test of the built wheel to the publish workflow. The test suite runs against the source tree, so it cannot catch packaging faults of this kind on its own. Co-Authored-By: Claude Opus 5 <noreply@anthropic.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.
First public release of
visiomode-analysis.Changes
CHANGELOG.mddocumenting the initial feature set (Keep a Changelog / SemVer).