diff --git a/CHANGELOG.md b/CHANGELOG.md index af8666b4..94a2af04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.37.1](https://github.com/syncable-dev/syncable-cli/compare/v0.37.0...v0.37.1) - 2026-03-29 + +### Added + +- deprecate chat/agent commands, rebrand CLI as DevOps toolbox +- updated codex/gemini skill path + +### Fixed + +- install Codex skills to ~/.agents/skills/ per official docs +- rewrite Gemini CLI skill installer to use proper SKILL.md directory format +- rewrite skill descriptions for semantic matching, skip CI for non-Rust changes + +### Other + +- *(installer)* update README with correct install paths for Claude, Codex, Gemini + ## [0.37.0](https://github.com/syncable-dev/syncable-cli/compare/v0.36.0...v0.37.0) - 2026-03-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8bd569f5..c30fec34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5517,7 +5517,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.37.0" +version = "0.37.1" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 788bea5d..59c20461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.37.0" +version = "0.37.1" edition = "2024" rust-version = "1.88" # MSRV - AWS SDK requires 1.88 authors = ["Syncable Team"]