Skip to content

🚀 Release v0.1.1#12

Merged
ubmarco merged 1 commit into
mainfrom
release/0.1.1
Jun 14, 2026
Merged

🚀 Release v0.1.1#12
ubmarco merged 1 commit into
mainfrom
release/0.1.1

Conversation

@ubmarco

@ubmarco ubmarco commented Jun 14, 2026

Copy link
Copy Markdown
Member

Release 0.1.1

Version bump 0.1.0 → 0.1.1 plus changelog stamp. No library code changes — this is release-prep only.

Changes

  • pyproject.toml + src/sphinx_mounts/__init__.py: version 0.1.0 → 0.1.1
  • uv.lock: own-package version synced to 0.1.1
  • docs/source/changelog.rst: the accumulated Unreleased entries are stamped as the 0.1.1 release (dated 2026-06-14), matching the 0.1.0 block's format (label + :Released:), with no empty Unreleased section left behind — same convention the 0.1.0 tag used.

Included in 0.1.1

Intentionally excluded from the changelog

Verification

  • uv run prek run — all hooks pass (the CI Prek gate)
  • uvx ruff@0.12.2 format --check — already formatted (CI's pinned ruff)
  • sphinx-build -nW --keep-going — docs build succeeds; changelog renders

After 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.1

The bare-semver tag (0.1.1, no v) matches the workflow trigger and publishes to PyPI.

@ubmarco ubmarco changed the title 🔧 MAINTAIN: release 0.1.1 🚀 Release v0.1.1 Jun 14, 2026
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)
@ubmarco ubmarco merged commit 7638b91 into main Jun 14, 2026
12 checks passed
@ubmarco ubmarco deleted the release/0.1.1 branch June 14, 2026 21:45
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.

1 participant