chore: cut 1.2.4 and date its changelog entry

README first, since packaging freezes whatever it says at build time:
version pin bumped, and the capability table now mentions that an open
circuit can wait as well as fail fast. Verified the numeric claims by
measurement rather than memory -- record_llm_call still takes 24 fields,
schema.COLUMNS still has 24, meta still caps at 16 keys.
This commit is contained in:
2026-08-20 03:56:51 -04:00
parent 84ee6dee84
commit 41bca375d2
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ from polygateway.types import (
SourceConfig,
)
__version__ = "1.2.3"
__version__ = "1.2.4"
__all__ = [
"DEFAULT_PROFILES",