Skip to content

Commit e2ae4e4

Browse files
committed
release: prepare 1.2.1
1 parent 3ae0abb commit e2ae4e4

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
## Unreleased
44

5+
## 1.2.1 - 2026-07-21
6+
57
- Create or refresh the GitHub Release from the exact verified distributions
68
and matching changelog section only after protected PyPI publication succeeds.
79
- Run Python and frontend CI gates in parallel, verify releases on Apple Silicon
810
macOS, retain temporary distributions for seven days, remove the duplicate
911
Ubuntu wheel smoke, and reduce upgrade validation to the latest public
1012
predecessor-to-candidate path.
1113

14+
- Let users author Investor Context directly with native Codex while retaining
15+
lifecycle protection for enable, disable, and clear operations.
16+
- Judge research evidence by the claim, intended use, and update cadence rather
17+
than by an official-versus-available source label; preserve valid partial
18+
fields and fetch only the missing decision-relevant coverage.
19+
- Remove the generic analysis prompt-submit hook from ordinary requests while
20+
retaining grant revocation and reserved safety actions.
21+
- For short-horizon directional questions, resolve the relevant market session
22+
and include market-wide or macro expertise when transmission could materially
23+
change direction, range, or scenario weights without imposing a fixed roster.
24+
1225
## 1.2.0 - 2026-07-20
1326

1427
- Refresh the manual GitHub Pages workflow to the current Node 24 action

tests/test_release_contract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_cli_hook_dispatch_preserves_standard_input_and_output(
118118
def test_v1_package_metadata_has_one_stable_version_source() -> None:
119119
project = tomllib.loads((ROOT / "pyproject.toml").read_text(encoding="utf-8"))
120120

121-
assert TRADINGCODEX_VERSION == "1.2.0"
121+
assert TRADINGCODEX_VERSION == "1.2.1"
122122
assert str(Version(TRADINGCODEX_VERSION)) == TRADINGCODEX_VERSION
123123
assert project["project"]["dynamic"] == ["version"]
124124
assert "version" not in project["project"]

tradingcodex_service/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TRADINGCODEX_VERSION = "1.2.0"
1+
TRADINGCODEX_VERSION = "1.2.1"

0 commit comments

Comments
 (0)