Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project are documented in this file.

## v0.6.1 — CLI patch (Windows binary)

### `@agentplugins/cli`
- Bump to `0.6.1` to deliver the Windows (`x86_64-pc-windows-msvc`) binary missing from the v0.6.0 GitHub Release due to a CI archive bug (Bun appends `.exe` on Windows cross-compile; the zip step was referencing the bare filename). All other packages remain at `0.6.0`.

## v0.6.0 — Pipeline Kernel, defineConfig, Docs Site & Full-Stack Upgrade

### Architecture
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentplugins/cli",
"version": "0.6.0",
"version": "0.6.1",
"description": "CLI for building AgentPlugins plugins across multiple AI agent harnesses",
"type": "module",
"bin": {
Expand Down
Loading