Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v0.38.19
- Resume on every error

# v0.38.18
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Statically linked binaries with no dependencies are provided for selected platfo
> [!NOTE]
> Most users should install using these binaries

- [Linux (x86_64-unknown-linux-musl)](https://reinfer.dev/public/cli/bin/x86_64-unknown-linux-musl/0.38.18/re)
- [macOS (aarch64-apple-darwin)](https://reinfer.dev/public/cli/bin/aarch64-apple-darwin/0.38.18/re)
- [Windows (x86_64-pc-windows-gnu)](https://reinfer.dev/public/cli/bin/x86_64-pc-windows-gnu/0.38.18/re.exe)
- [Linux (x86_64-unknown-linux-musl)](https://reinfer.dev/public/cli/bin/x86_64-unknown-linux-musl/0.38.19/re)
- [macOS (aarch64-apple-darwin)](https://reinfer.dev/public/cli/bin/aarch64-apple-darwin/0.38.19/re)
- [Windows (x86_64-pc-windows-gnu)](https://reinfer.dev/public/cli/bin/x86_64-pc-windows-gnu/0.38.19/re.exe)


<details>
Expand Down Expand Up @@ -94,7 +94,7 @@ to add a folder to this list and move the binary to that folder.

### Debian / Ubuntu

You can download a `.deb` package [here](https://reinfer.dev/public/cli/debian/reinfer-cli_0.38.18_amd64.deb).
You can download a `.deb` package [here](https://reinfer.dev/public/cli/debian/reinfer-cli_0.38.19_amd64.deb).

### From Source

Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reinfer-client"
version = "0.38.18"
version = "0.38.19"
description = "API client for Re:infer, the conversational data intelligence platform"
homepage = "https://github.com/reinfer/cli"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reinfer-cli"
version = "0.38.18"
version = "0.38.19"
description = "Command line interface for Re:infer, the conversational data intelligence platform"
homepage = "https://github.com/reinfer/cli"
readme = "README.md"
Expand Down Expand Up @@ -36,7 +36,7 @@ serde_json = { version = "1.0.87", features = ["unbounded_depth"] }
structopt = { version = "0.3.26", default-features = false }
url = { version = "2.3.1", features = ["serde"] }

reinfer-client = { version = "0.38.18", path = "../api" }
reinfer-client = { version = "0.38.19", path = "../api" }
dialoguer = { version="0.11.0", features = ["fuzzy-select"] }
scoped_threadpool = "0.1.9"
backoff = "0.4.0"
Expand Down