Skip to content

Release v0.17.0#172

Merged
emal-avala merged 1 commit intomainfrom
release/v0.17.0
Apr 23, 2026
Merged

Release v0.17.0#172
emal-avala merged 1 commit intomainfrom
release/v0.17.0

Conversation

@emal-avala
Copy link
Copy Markdown
Member

Summary

Cuts v0.17.0 after merging 22 PRs (#137, #150#166 Wave 1–3, #167 docs, #168#171 Wave 4).

Highlights

What's in this PR

File Change
`CHANGELOG.md` `[Unreleased]` block moved into `[0.17.0] - 2026-04-22`. Wave 4 entries (#168#171) added before the stamp. New empty `[Unreleased]` at top.
`crates/lib/Cargo.toml` `version = "0.17.0"`
`crates/cli/Cargo.toml` package + `agent-code-lib` dep bumped to `0.17.0`
`crates/eval/Cargo.toml` `agent-code-lib` dep bumped to `0.17.0` (not in RELEASING.md — flagged so the doc can be updated separately)
`npm/package.json` `"version": "0.17.0"`
`Cargo.lock` auto-updated by `cargo check`

Verification

  • `cargo fmt --all --check` clean
  • `cargo check --all-targets` clean
  • `cargo clippy --all-targets -- -D warnings` clean
  • `cargo test --all-targets` — all non-sandbox tests pass (607 lib / 42 core / etc.). Four sandbox-integration tests fail locally due to this dev box's bwrap config (bwrap installed but can't set up uid_map as non-root — CI env doesn't hit this; these assertions pass on main too in CI)

After merge

Per `RELEASING.md` steps 7–9:

```bash
git checkout main && git pull
git tag v0.17.0
git push origin v0.17.0
```

The tag triggers release.yml (binaries + crates.io + homebrew-tap), docker.yml (`ghcr.io/avala-ai/agent-code:0.17.0` + `:latest`), and npm publish.

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@emal-avala emal-avala added the run-e2e Trigger E2E test suite on this PR label Apr 23, 2026
@emal-avala emal-avala merged commit cc8a650 into main Apr 23, 2026
14 of 15 checks passed
@emal-avala emal-avala deleted the release/v0.17.0 branch April 23, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-e2e Trigger E2E test suite on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant