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:
@@ -33,7 +33,7 @@ from polygateway.types import (
|
||||
SourceConfig,
|
||||
)
|
||||
|
||||
__version__ = "1.2.1"
|
||||
__version__ = "1.2.3"
|
||||
|
||||
__all__ = [
|
||||
"DEFAULT_PROFILES",
|
||||
|
||||
Reference in New Issue
Block a user