Releases: thepapermen/django-mcp-sql
Release list
v0.1.0b5
prepare 0.1.0b5 release
Bump version 0.1.0b4 -> 0.1.0b5 and stamp the CHANGELOG for the opt-in
cloud MCP-client feature (Claude.ai / ChatGPT) merged in #1.
Verified: make test (589 passed), make build (django_mcp_sql-0.1.0b5 wheel +
sdist), make test-install (fresh-venv install + version cross-check OK).
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
v0.1.0b4
prepare 0.1.0b4 release (docs-only: PROFILES drift fixes + comparison section)
Bump version to 0.1.0b4 and stamp the CHANGELOG. This release ships the
documentation fixes from main: the README install snippet now uses the
required PROFILES shape (was ImproperlyConfigured-on-boot), the runbooks
match the resolve_profile authz model, MFA/session gates are documented as
opt-in, the "Phase N" scaffolding is gone, and the README gains a
"How it compares" positioning section. No code changes.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
v0.1.0b3
prepare 0.1.0b3 release (add Documentation project URL)
Django Packages reads a package's documentation link from PyPI project_urls
(keys Documentation/Docs/docs/documentation); without it the grid showed no
docs despite docs/ shipping in the wheel. Add the Documentation URL and bump.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
v0.1.0b2
add a pre-push mypy hook (only mypy; lint/tests stay where they belong)
Type-check at pre-push via make typecheck — the one check that is expensive
and venv-dependent enough to skip per-commit but worth catching before a push.
default_install_hook_types makes make hooks wire both stages in one
pre-commit install. Pin trailing-whitespace and end-of-file-fixer to
pre-commit (they ship stages including pre-push upstream) so pre-push is mypy
only: fixers mutate files, which is fine at commit-time but awkward after a
commit exists. Tests are not a hook at any stage — they need a live Postgres.
v0.1.0b1
move from alpha to beta (0.1.0b1, Development Status :: 4 - Beta)
Bump version 0.1.0a2 -> 0.1.0b1, switch the classifier to
'4 - Beta', and update the README status wording. Surface that the
package already runs in production as a credibility note up top.