File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion ]
2- current_version = 0.1 .3
2+ current_version = 0.1 .4
33
44[bumpversion:file:Cargo .toml ]
55search = ' version = "{current_version}"'
Original file line number Diff line number Diff line change 11[package ]
22name = " gems"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44edition = " 2021"
55description = " π A cli, tui, and sdk for interacting with the Gemini API (WIP)"
66license = " MIT"
@@ -46,4 +46,4 @@ lto = "thin"
4646strip = " symbols"
4747
4848[dev-dependencies ]
49- bump2version = " 0.1.3 "
49+ bump2version = " 0.1.4 "
Original file line number Diff line number Diff line change 99| π§ Linux ` (Recommended) ` | πͺ Windows |
1010| :------: | :--------: |
1111| ![ 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- | [ 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 ) |
12+ | [ Download Executable File] ( https://github.com/kevin-rs/gems/releases/download/v0.1.4 /gems ) | [ Download ` .exe ` File] ( https://github.com/kevin-rs/gems/releases/download/v0.1.4 /gems.exe ) |
1313| ` cargo install gems --all-features ` | ` cargo install gems --all-features ` |
1414| ` gems -h ` | ` gems -h ` |
1515
174174
175175 ``` toml
176176 [dependencies ]
177- gems = " 0.1.3 "
177+ gems = " 0.1.4 "
178178 ```
179179
1801801 . Use the ` Client ` struct to interact with the Gemini API:
You canβt perform that action at this time.
0 commit comments