v1.1.0
Seto Elkahfi committed
Jun 9, 2026 at 17:20 UTC
598279fd382b2f7a54d1d8cd422142895c58cb82
3 files changed
+12
-2
CHANGELOG.md
+10
index 93ee700..156eb6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 1.1.0
+
+Bumps the ACP SDK to v0.13 and pulls in updated dependencies.
+
+### What changed
+
+- Updated `agent-client-protocol` from v0.11 to v0.13
+- Updated `onde` to 1.1.2
+- Refreshed branding and skill metadata
+
## 1.0.4
This release tightens up the terminal experience and finishes a few release-facing cleanup items.
Cargo.lock
+1
-1
index 0bddf82..0a9140a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5180,7 +5180,7 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
[[package]]
name = "sigit"
-version = "1.0.4"
+version = "1.1.0"
dependencies = [
"agent-client-protocol",
"anyhow",
Cargo.toml
+1
-1
index 3944653..2b6a028 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sigit"
-version = "1.0.4"
+version = "1.1.0"
edition = "2024"
description = "siGit Code — ACP-compatible AI coding agent. Sí, git."
documentation = "https://github.com/getsigit/sigit"