Skip to content

Commit b0794b4

Browse files
chore(release): 0.6.1 [skip ci]
## [0.6.1](0.6.0...0.6.1) (2025-02-02) ### πŸ“š Documentation * Add Streaming Content section to README with usage examples ([4e135a4](4e135a4))
1 parent 4e135a4 commit b0794b4

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
@@ -1,3 +1,9 @@
1+
## [0.6.1](https://github.com/inference-gateway/rust-sdk/compare/0.6.0...0.6.1) (2025-02-02)
2+
3+
### πŸ“š Documentation
4+
5+
* Add Streaming Content section to README with usage examples ([4e135a4](https://github.com/inference-gateway/rust-sdk/commit/4e135a43d779d30424148bf4c4b80c65b7af7fdf))
6+
17
## [0.6.0](https://github.com/inference-gateway/rust-sdk/compare/0.5.8...0.6.0) (2025-02-02)
28

39
### ✨ Features

β€Ž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.6.0"
3+
version = "0.6.1"
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)