Skip to content

Commit aa62364

Browse files
chore(release): 0.2.0 [skip ci]
## [0.2.0](0.1.4...0.2.0) (2025-01-21) ### ✨ Features * Add Taskfile for OpenAPI specification download and update devcontainer configuration ([7ea7473](7ea7473)) * Enhance content generation with structured messages and logging ([de4e8a7](de4e8a7)) ### 🔧 Miscellaneous * Update OpenAPI specification from main repo ([c9c92f6](c9c92f6))
1 parent de4e8a7 commit aa62364

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.2.0](https://github.com/inference-gateway/rust-sdk/compare/0.1.4...0.2.0) (2025-01-21)
2+
3+
### ✨ Features
4+
5+
* Add Taskfile for OpenAPI specification download and update devcontainer configuration ([7ea7473](https://github.com/inference-gateway/rust-sdk/commit/7ea7473e557405a3e856b77deaebe3096d30c613))
6+
* Enhance content generation with structured messages and logging ([de4e8a7](https://github.com/inference-gateway/rust-sdk/commit/de4e8a74fb128f961854954785c462dd0db05bb6))
7+
8+
### 🔧 Miscellaneous
9+
10+
* Update OpenAPI specification from main repo ([c9c92f6](https://github.com/inference-gateway/rust-sdk/commit/c9c92f6b56afefa5de237752265f083c9be6c159))
11+
112
## [0.1.4](https://github.com/inference-gateway/rust-sdk/compare/0.1.3...0.1.4) (2025-01-20)
213

314
### 🐛 Bug Fixes

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.1.4"
3+
version = "0.2.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)