File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion ]
2
- current_version = 0.1 .2
2
+ current_version = 0.1 .3
3
3
4
4
[bumpversion:file:Cargo .toml ]
5
5
search = ' version = "{current_version}"'
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gems"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
edition = " 2021"
5
5
description = " 💎 A cli, tui, and sdk for interacting with the Gemini API (WIP)"
6
6
license = " MIT"
@@ -46,4 +46,4 @@ lto = "thin"
46
46
strip = " symbols"
47
47
48
48
[dev-dependencies ]
49
- bump2version = " 0.1.2 "
49
+ bump2version = " 0.1.3 "
Original file line number Diff line number Diff line change 11
11
| ![ gems-demo] ( https://github.com/user-attachments/assets/c446c29f-d4c8-4ee0-9e3d-951310e2b972 ) | ![ gems-demo] ( https://github.com/user-attachments/assets/e942d1ad-7df6-4532-b22f-d4c586e64c8a ) |
12
12
| [ Download Executable File] ( https://github.com/kevin-rs/gems/releases/download/v0.1.3/gems ) | [ Download ` .exe ` File] ( https://github.com/kevin-rs/gems/releases/download/v0.1.3/gems.exe ) |
13
13
| ` cargo install gems --all-features ` | ` cargo install gems --all-features ` |
14
+ | ` gems -h ` | ` gems -h ` |
14
15
15
16
</div >
16
17
156
157
157
158
``` toml
158
159
[dependencies ]
159
- gems = " 0.1.2 "
160
+ gems = " 0.1.3 "
160
161
```
161
162
162
163
1 . Use the ` Client ` struct to interact with the Gemini API:
You can’t perform that action at this time.
0 commit comments