Skip to content

Commit 9e4cfdb

Browse files
committed
One more time...
1 parent 050a171 commit 9e4cfdb

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
GH_TOKEN: ${{ github.token }}
4242
run: |
4343
tag="${GITHUB_REF#refs/tags/}"
44-
gh release upload "$tag" schema.json meta.json --clobber
44+
gh release upload "$tag" schema/schema.json schema/meta.json --clobber

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.9 (2025-10-13)
4+
5+
- Fix schema publishing
6+
37
## 0.4.8 (2025-10-13)
48

59
- Fix publishing

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "agent-client-protocol-schema"
33
authors = ["Zed <hi@zed.dev>"]
4-
version = "0.4.8"
4+
version = "0.4.9"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

0 commit comments

Comments
 (0)