File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # v0.38.8
22- Only ask for ai unit consumpion consent when unpacking CM packages
33- Remap entity field type names on cm package upload
44- Add ` --skip-comment-upload ` when unpacking CM packages
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ The [api](/api) directory contains a Rust client library for IXP which can be us
5353
5454Statically linked binaries with no dependencies are provided for selected platforms:
5555
56- - [ Linux (x86_64-unknown-linux-musl)] ( https://reinfer.dev/public/cli/bin/x86_64-unknown-linux-musl/0.38.7 /re )
57- - [ macOS (aarch64-apple-darwin)] ( https://reinfer.dev/public/cli/bin/aarch64-apple-darwin/0.38.7 /re )
58- - [ Windows (x86_64-pc-windows-gnu)] ( https://reinfer.dev/public/cli/bin/x86_64-pc-windows-gnu/0.38.7 /re.exe )
56+ - [ Linux (x86_64-unknown-linux-musl)] ( https://reinfer.dev/public/cli/bin/x86_64-unknown-linux-musl/0.38.8 /re )
57+ - [ macOS (aarch64-apple-darwin)] ( https://reinfer.dev/public/cli/bin/aarch64-apple-darwin/0.38.8 /re )
58+ - [ Windows (x86_64-pc-windows-gnu)] ( https://reinfer.dev/public/cli/bin/x86_64-pc-windows-gnu/0.38.8 /re.exe )
5959
6060### Debian / Ubuntu
6161
62- You can download a ` .deb ` package [ here] ( https://reinfer.dev/public/cli/debian/reinfer-cli_0.38.7_amd64 .deb ) .
62+ You can download a ` .deb ` package [ here] ( https://reinfer.dev/public/cli/debian/reinfer-cli_0.38.8_amd64 .deb ) .
6363
6464### From Source
6565
Original file line number Diff line number Diff line change 11[package ]
22name = " reinfer-client"
3- version = " 0.38.7 "
3+ version = " 0.38.8 "
44description = " API client for Re:infer, the conversational data intelligence platform"
55homepage = " https://github.com/reinfer/cli"
66readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " reinfer-cli"
3- version = " 0.38.7 "
3+ version = " 0.38.8 "
44description = " Command line interface for Re:infer, the conversational data intelligence platform"
55homepage = " https://github.com/reinfer/cli"
66readme = " README.md"
@@ -36,7 +36,7 @@ serde_json = "1.0.87"
3636structopt = { version = " 0.3.26" , default-features = false }
3737url = { version = " 2.3.1" , features = [" serde" ] }
3838
39- reinfer-client = { version = " 0.38.7 " , path = " ../api" }
39+ reinfer-client = { version = " 0.38.8 " , path = " ../api" }
4040dialoguer = { version =" 0.11.0" , features = [" fuzzy-select" ] }
4141scoped_threadpool = " 0.1.9"
4242backoff = " 0.4.0"
You can’t perform that action at this time.
0 commit comments