Skip to content

Commit 0fd3212

Browse files
authored
Merge pull request #311 from syncable-dev/release-plz-2026-03-29T00-00-26Z
chore: release v0.37.1
2 parents 28b9402 + 9a96662 commit 0fd3212

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.37.1](https://github.com/syncable-dev/syncable-cli/compare/v0.37.0...v0.37.1) - 2026-03-29
10+
11+
### Added
12+
13+
- deprecate chat/agent commands, rebrand CLI as DevOps toolbox
14+
- updated codex/gemini skill path
15+
16+
### Fixed
17+
18+
- install Codex skills to ~/.agents/skills/ per official docs
19+
- rewrite Gemini CLI skill installer to use proper SKILL.md directory format
20+
- rewrite skill descriptions for semantic matching, skip CI for non-Rust changes
21+
22+
### Other
23+
24+
- *(installer)* update README with correct install paths for Claude, Codex, Gemini
25+
926
## [0.37.0](https://github.com/syncable-dev/syncable-cli/compare/v0.36.0...v0.37.0) - 2026-03-28
1027

1128
### Added

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,6 +1,6 @@
11
[package]
22
name = "syncable-cli"
3-
version = "0.37.0"
3+
version = "0.37.1"
44
edition = "2024"
55
rust-version = "1.88" # MSRV - AWS SDK requires 1.88
66
authors = ["Syncable Team"]

0 commit comments

Comments
 (0)