chore: cut 1.2.3 and date its changelog entry

Dates the unreleased section as 1.2.3 (2026-08-19) and moves both version
strings from 1.2.1 in lockstep. The human picked a patch number knowing
this release carries five breaking changes; that is deliberate.

Two lines added to the upgrade hints: the install pin move, matching what
1.2.1 recorded for its own, and a pointer saying the zero-row RLS
self-check now also lives in the README, since CHANGELOG.md never reaches
anyone who only reads the packaged README.
This commit is contained in:
2026-08-19 22:38:43 -04:00
parent 429d767737
commit 296c765337
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ from polygateway.types import (
SourceConfig,
)
__version__ = "1.2.1"
__version__ = "1.2.3"
__all__ = [
"DEFAULT_PROFILES",