Skip to content

Commit 48da149

Browse files
authored
Merge pull request #94 from syncable-dev/release-plz-2025-06-18T21-58-55Z
chore: release v0.9.11
2 parents d25532b + 91edf71 commit 48da149

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.9.11](https://github.com/syncable-dev/syncable-cli/compare/v0.9.10...v0.9.11) - 2025-06-18
10+
11+
### Added
12+
13+
- added return value for handler_analyze to utilize within MCP servers
14+
- exposing commands for lib
15+
- added public refferences to main methods for mcp access
16+
17+
### Other
18+
19+
- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
20+
921
## [0.9.10](https://github.com/syncable-dev/syncable-cli/compare/v0.9.9...v0.9.10) - 2025-06-18
1022

1123
### 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.9.10"
3+
version = "0.9.11"
44
edition = "2024"
55
authors = ["Syncable Team"]
66
description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"

0 commit comments

Comments
 (0)