Skip to content

Commit 404befb

Browse files
committed
chore(release): πŸ”– 0.12.0 [skip ci]
## [0.12.0](0.11.0...0.12.0) (2025-11-21) ### ✨ Features * Sync SDK with latest OpenAPI specification ([#15](#15)) ([b655389](b655389)) * Update default models and docs for flox ([5a3f97b](5a3f97b)) ### πŸ› Bug Fixes * resolve markdownlint violations in AGENTS.md ([8240142](8240142)) ### πŸ”§ Miscellaneous * Add .env.example ([1099147](1099147)) * Add infer CLI ([c9dfc98](c9dfc98)) * Add issue templates ([9626778](9626778)) * Add markdownlint ([398e3b6](398e3b6)) * Claude PR Assistant workflow ([#13](#13)) ([a52795d](a52795d)) ### πŸ“¦ Miscellaneous * Add flox environment ([bba25a4](bba25a4))
1 parent b655389 commit 404befb

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.12.0](https://github.com/inference-gateway/rust-sdk/compare/0.11.0...0.12.0) (2025-11-21)
6+
7+
### ✨ Features
8+
9+
* Sync SDK with latest OpenAPI specification ([#15](https://github.com/inference-gateway/rust-sdk/issues/15)) ([b655389](https://github.com/inference-gateway/rust-sdk/commit/b655389278e8b29f9b7ef3bb984aec57e2e5a823))
10+
* Update default models and docs for flox ([5a3f97b](https://github.com/inference-gateway/rust-sdk/commit/5a3f97b09a306121a0a96f154767647bab40ccfa))
11+
12+
### πŸ› Bug Fixes
13+
14+
* resolve markdownlint violations in AGENTS.md ([8240142](https://github.com/inference-gateway/rust-sdk/commit/82401426352204cc2fe27ddd6f68b7c7eb3da33b))
15+
16+
### πŸ”§ Miscellaneous
17+
18+
* Add .env.example ([1099147](https://github.com/inference-gateway/rust-sdk/commit/109914732f9e548ec1875ba61b18dd6814564a01))
19+
* Add infer CLI ([c9dfc98](https://github.com/inference-gateway/rust-sdk/commit/c9dfc98462e063ba139459b539a3f92af490a535))
20+
* Add issue templates ([9626778](https://github.com/inference-gateway/rust-sdk/commit/96267788ce7f658405e90b5e80798777d16bb324))
21+
* Add markdownlint ([398e3b6](https://github.com/inference-gateway/rust-sdk/commit/398e3b6f89e4d4b2e5c4d6082c2432c9175784d9))
22+
* Claude PR Assistant workflow ([#13](https://github.com/inference-gateway/rust-sdk/issues/13)) ([a52795d](https://github.com/inference-gateway/rust-sdk/commit/a52795d8f1cd347cf3cff9a1dd8c74bd102a9a81))
23+
24+
### πŸ“¦ Miscellaneous
25+
26+
* Add flox environment ([bba25a4](https://github.com/inference-gateway/rust-sdk/commit/bba25a41f3540e12f42213e21ae9cea04db7595a))
27+
528
## [0.11.0](https://github.com/inference-gateway/rust-sdk/compare/0.10.0...0.11.0) (2025-07-26)
629

730
### ✨ 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.11.0"
3+
version = "0.12.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)