Skip to content

Releases: thepapermen/django-mcp-sql

v0.1.0b5

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:05

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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 13:27

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

v0.1.0b3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Jun 15:33

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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:21

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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:32

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.