Skip to content

Commit

Permalink
chore: release v0.15.0 (#387)
Browse files Browse the repository at this point in the history
* chore: release v0.15.0

* add arm/armv7 releases

* update deps
  • Loading branch information
sigoden committed Apr 7, 2024
1 parent 664ac81 commit 78d6e1b
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 52 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
os: windows-latest
use-cross: true
cargo-flags: ""
- target: armv7-unknown-linux-musleabihf
os: ubuntu-latest
use-cross: true
cargo-flags: ""
- target: arm-unknown-linux-musleabihf
os: ubuntu-latest
use-cross: true
cargo-flags: ""

runs-on: ${{matrix.os}}
env:
Expand Down
90 changes: 40 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aichat"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
description = "All-in-one CLI tool for 10+ AI platforms"
Expand All @@ -18,7 +18,7 @@ dirs = "5.0.0"
futures-util = "0.3.29"
inquire = "0.7.0"
is-terminal = "0.4.9"
reedline = "0.30.0"
reedline = "0.31.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.93", features = ["preserve_order"] }
serde_yaml = "0.9.17"
Expand Down

0 comments on commit 78d6e1b

Please sign in to comment.