We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fcafcd + 75dcf1b commit 5a49383Copy full SHA for 5a49383
2 files changed
rust-mcp-server-syncable-cli/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.9](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.8...v0.1.9) - 2025-08-02
11
+
12
+### Other
13
14
+- Merge pull request #33 from syncable-dev/feature/langgraph-stdio-sse
15
+- add build and test dummy code
16
17
## [0.1.8](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.7...v0.1.8) - 2025-08-02
18
19
### Other
rust-mcp-server-syncable-cli/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust-mcp-server-syncable-cli"
3
-version = "0.1.8"
+version = "0.1.9"
4
edition = "2021"
5
authors = [
6
"Lishuai Jing <lishuai@syncable.dev>",
0 commit comments