🚀 Release v0.1.1#12
Merged
Merged
Conversation
Bump version 0.1.0 → 0.1.1 (pyproject.toml, package __version__, and the uv.lock self-entry) and stamp the accumulated Unreleased changelog entries as the 0.1.1 release, dated 2026-06-14: - per-mount path_check option for mounted-bundle path confinement (#7) - regression coverage proving absolute diagnostic locations for mounted docs (#9) - regression coverage proving incremental rebuilds re-read mounted docs when their files / include targets change (#10) - CI matrix extended to cover Sphinx 8 on Python 3.12 — full 7/8/9 coverage on py312 (#11)
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.
Release 0.1.1
Version bump
0.1.0 → 0.1.1plus changelog stamp. No library code changes — this is release-prep only.Changes
pyproject.toml+src/sphinx_mounts/__init__.py: version0.1.0 → 0.1.1uv.lock: own-package version synced to0.1.1docs/source/changelog.rst: the accumulatedUnreleasedentries are stamped as the0.1.1release (dated 2026-06-14), matching the0.1.0block's format (label +:Released:), with no emptyUnreleasedsection left behind — same convention the0.1.0tag used.Included in 0.1.1
path_checkoption ("error"default /"warn"/"off") that confines mounted-bundle directives to the bundle root (✨ NEW: enforce mounted-directive path confinement (path_check) #7)Intentionally excluded from the changelog
html_extra_pathexample) — the commit itself notes this is stock Sphinx composing with mounts, not a sphinx-mounts feature; onlytests/example/+tests/changed, nosrc/.Verification
uv run prek run— all hooks pass (the CIPrekgate)uvx ruff@0.12.2 format --check— already formatted (CI's pinned ruff)sphinx-build -nW --keep-going— docs build succeeds; changelog rendersAfter merge
Publishing is tag-driven (PyPI Trusted Publishing via
release.yaml). To cut the release:git tag -a 0.1.1 -m "Release 0.1.1" git push origin 0.1.1The bare-semver tag (
0.1.1, nov) matches the workflow trigger and publishes to PyPI.