Skip to content

Commit e6a88a1

Browse files
authored
Merge pull request #51 from syncable-dev/release-plz-2025-09-12T09-37-59Z
chore: release v0.1.12
2 parents a07281e + f9c3a1a commit e6a88a1

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

rust-mcp-server-syncable-cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747

4848
## [Unreleased]
4949

50+
## [0.1.12](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.11...v0.1.12) - 2025-09-12
51+
52+
### Added
53+
54+
- update port so that it doe snot conflict with fastapi port
55+
- upgrate MCP server and sse. limitations on stdio mode on json output is documented.
56+
57+
### Other
58+
59+
- Merge pull request #50 from syncable-dev/feature/langgraph-integration
60+
5061
## [0.1.11](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.10...v0.1.11) - 2025-09-12
5162

5263
### Added

rust-mcp-server-syncable-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-server-syncable-cli"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
authors = [
66
"Lishuai Jing <[email protected]>",

0 commit comments

Comments
 (0)