chore: cut 1.2.1 with the docs the sdist will freeze

Dating the changelog and bumping both version strings is the cheap half.
The README is the half that gets frozen into the sdist, so it is fixed
first: the install pin now names 1.2.1 (1.2.0 has no tenant dimension),
and the per-source FIELD table finally lists MISSING_DONE and EXTRA_BODY
- the latter was already referenced elsewhere in the same file. The same
table was missing QUOTA_FULL, the embedding-only keys, the memory cache
backend and three optional PGW_* keys; all are reconciled against
_SOURCE_FIELDS and _load_pgw rather than from memory.
This commit is contained in:
2026-08-18 12:54:54 -04:00
parent 8b0f66b1a6
commit 2af445cfc2
4 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ from polygateway.types import (
SourceConfig,
)
__version__ = "1.2.0"
__version__ = "1.2.1"
__all__ = [
"DEFAULT_PROFILES",