Skip to content

Commit 7616218

Browse files
chore(release): 0.2.2 [skip ci]
## [0.2.2](0.2.1...0.2.2) (2025-01-21) ### πŸ‘· CI * Enhance release workflow to output new version and publish conditionally ([424b92d](424b92d))
1 parent 424b92d commit 7616218

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.2.2](https://github.com/inference-gateway/rust-sdk/compare/0.2.1...0.2.2) (2025-01-21)
2+
3+
### πŸ‘· CI
4+
5+
* Enhance release workflow to output new version and publish conditionally ([424b92d](https://github.com/inference-gateway/rust-sdk/commit/424b92dc805d0fd507fb4465f1be9bd3b2af6054))
6+
17
## [0.2.1](https://github.com/inference-gateway/rust-sdk/compare/0.2.0...0.2.1) (2025-01-21)
28

39
### πŸ› 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.2.1"
3+
version = "0.2.2"
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)