Skip to content

Commit 238bfa5

Browse files
committed
chore(release): πŸ”– 0.10.0 [skip ci]
## [0.10.0](0.9.2...0.10.0) (2025-05-26) ### ✨ Features * Implement MCP List Tools ([#9](#9)) ([1f07d95](1f07d95))
1 parent 1f07d95 commit 238bfa5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽCHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.10.0](https://github.com/inference-gateway/rust-sdk/compare/0.9.2...0.10.0) (2025-05-26)
6+
7+
### ✨ Features
8+
9+
* Implement MCP List Tools ([#9](https://github.com/inference-gateway/rust-sdk/issues/9)) ([1f07d95](https://github.com/inference-gateway/rust-sdk/commit/1f07d95c9241fd77cbbd9c6490333d01c3acf582))
10+
511
## [0.9.2](https://github.com/inference-gateway/rust-sdk/compare/0.9.1...0.9.2) (2025-03-21)
612

713
### πŸ“š Documentation

β€Ž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 = "inference-gateway-sdk"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "Rust SDK for interacting with various language models through the Inference Gateway"
66
license = "MIT"

0 commit comments

Comments
Β (0)