Commit 619a47c
chore: require core v1.1.0
Bump the root module's core requirement from v1.0.0 to the freshly
released core/v1.1.0, which carries the breaking Executor change
(ExecuteTxs now returns ExecuteResult). The code has depended on this
API since #3282 but go.mod still required v1.0.0, building only via the
local `replace => ./core`. External consumers ignore that replace, so
this must be v1.1.0 for a working release.
Prerequisite for tagging v1.2.1 (v1.2.0 shipped with the stale v1.0.0
requirement and is superseded).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0e9c60f commit 619a47c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments