Skip to content

Commit f0ee67c

Browse files
chore(release): v0.1.67-rc.1 [skip ci]
1 parent 3cd0fa6 commit f0ee67c

6 files changed

Lines changed: 25 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
<!-- changelog:entries -->
88

9+
## [0.1.67-rc.1] - 2026-04-11
10+
11+
12+
### Fixed
13+
14+
- Fix(ci): coverage-summary required check blocks PRs with no code changes
15+
16+
The coverage workflow used `paths:` filter on `pull_request:` trigger,
17+
so PRs touching only examples/ or docs never triggered it. Since
18+
coverage-summary is a required status check, these PRs were permanently
19+
blocked with "Expected - Waiting to be reported."
20+
21+
Fix: remove paths filter from PR trigger, add dorny/paths-filter job to
22+
detect relevant changes, and skip heavy coverage work (while still
23+
reporting success) when no coverage-relevant files changed.
24+
25+
Also fix CodeQL alerts #29/#30 (py/incomplete-url-substring-sanitization)
26+
in test_agent_bigfiles_final90.py by replacing `url in candidates` with
27+
explicit equality checks via `any()`. (a43412e)
28+
929
## [0.1.66] - 2026-04-11
1030

1131
## [0.1.66-rc.2] - 2026-04-10

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.66
1+
0.1.67-rc.1

control-plane/internal/templates/go/go.mod.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module {{.GoModule}}
22

33
go 1.23
44

5-
require github.com/Agent-Field/agentfield/sdk/go v0.1.66
5+
require github.com/Agent-Field/agentfield/sdk/go v0.1.67-rc.1

sdk/python/agentfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@
134134
"ValidationError",
135135
]
136136

137-
__version__ = "0.1.66"
137+
__version__ = "0.1.67-rc.1"

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)