Skip to content

Commit f81fe57

Browse files
authored
Merge pull request #278 from syncable-dev/release-plz-2026-01-15T22-01-39Z
chore: release v0.33.0
2 parents 2e184a6 + 5ce8c4e commit f81fe57

3 files changed

Lines changed: 51 additions & 2 deletions

File tree

CHANGELOG.md

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

107107
## [Unreleased]
108108

109+
## [0.33.0](https://github.com/syncable-dev/syncable-cli/compare/v0.32.1...v0.33.0) - 2026-01-15
110+
111+
### Added
112+
113+
- matrix ui upgrade for better view and visibility
114+
- *(07-03)* session persistence with full context restore
115+
- *(06-03)* improve k8s_costs tool with error patterns
116+
- *(06-02)* improve prometheus_connect tool with error patterns
117+
- *(06-01)* improve k8s_optimize tool with error patterns
118+
- *(05-04)* improve dclint tool with error patterns and tests
119+
- *(05-03)* improve kubelint tool with error patterns and tests
120+
- *(05-02)* improve helmlint tool with error patterns and tests
121+
- *(05-01)* improve hadolint tool with error patterns and tests
122+
- *(04-03)* add analyze tool edge case handling
123+
- *(04-03)* improve analyze tool definition
124+
- *(04-02)* add file_ops edge case handling
125+
- *(04-02)* improve file_ops path validation error messages
126+
- *(04-02)* improve file_ops tool definitions
127+
- *(04-01)* improve shell tool definition and rejection messages
128+
- *(04-01)* expand shell command allowlist with categories
129+
- *(03-03)* update core tools with response formatting
130+
- *(03-03)* create response formatting utilities
131+
- *(03-02)* add error module to tools with documentation
132+
- *(03-02)* create common error utilities module
133+
134+
### Fixed
135+
136+
- *(fomatting)* missing formatting
137+
- *(ci)* bump MSRV to 1.88 for AWS SDK compatibility
138+
- *(ci)* bump MSRV to 1.87 and ignore transitive security advisories
139+
- *(07-02)* preserve context during history truncation
140+
141+
### Other
142+
143+
- Merge pull request #277 from syncable-dev/develop
144+
- small fixes
145+
- *(09-02)* add tests to untested tool files
146+
- *(08-02)* add tests for input.rs and autocomplete.rs
147+
- *(04-01)* add shell tool allowlist tests
148+
- *(03-03)* document response patterns in mod.rs
149+
- *(03-02)* update high-priority tools with error utilities
150+
- *(02-04)* extract UI helpers to session/ui.rs
151+
- *(02-03)* update session/mod.rs to delegate to commands
152+
- *(02-03)* create commands.rs with all handle_* methods
153+
- *(02-02)* extract provider logic into providers.rs submodule
154+
- *(02-01)* create session submodule structure and extract plan_mode
155+
- *(01-02)* create testing protocol for all 28 tools
156+
- *(01)* create phase 1 audit & triage plans
157+
109158
## [0.32.1](https://github.com/syncable-dev/syncable-cli/compare/v0.32.0...v0.32.1) - 2026-01-11
110159

111160
### 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.32.1"
3+
version = "0.33.0"
44
edition = "2024"
55
rust-version = "1.88" # MSRV - AWS SDK requires 1.88
66
authors = ["Syncable Team"]

0 commit comments

Comments
 (0)