Skip to content

Commit 2409b30

Browse files
authored
v0.13.2 (#183)
* v0.13.2
1 parent bc45636 commit 2409b30

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
22

3+
## v0.13.2
4+
- Skip serialization of continuation on `None`
5+
36
## v0.13.1
47

58
- Add `no-charge` flag to create comment/email commands

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ The [api](/api) directory contains a Rust client library for reinfer which can b
5353

5454
Statically linked binaries with no dependencies are provided for selected platforms:
5555

56-
- [Linux (x86_64-unknown-linux-musl)](https://reinfer.io/public/cli/bin/x86_64-unknown-linux-musl/0.13.1/re)
57-
- [macOS (x86_64-apple-darwin)](https://reinfer.io/public/cli/bin/x86_64-apple-darwin/0.13.1/re)
58-
- [Windows (x86_64-pc-windows-gnu)](https://reinfer.io/public/cli/bin/x86_64-pc-windows-gnu/0.13.1/re.exe)
56+
- [Linux (x86_64-unknown-linux-musl)](https://reinfer.io/public/cli/bin/x86_64-unknown-linux-musl/0.13.2/re)
57+
- [macOS (x86_64-apple-darwin)](https://reinfer.io/public/cli/bin/x86_64-apple-darwin/0.13.2/re)
58+
- [Windows (x86_64-pc-windows-gnu)](https://reinfer.io/public/cli/bin/x86_64-pc-windows-gnu/0.13.2/re.exe)
5959

6060
### Debian / Ubuntu
6161

62-
You can download a `.deb` package [here](https://reinfer.io/public/cli/debian/reinfer-cli_0.13.1_amd64.deb).
62+
You can download a `.deb` package [here](https://reinfer.io/public/cli/debian/reinfer-cli_0.13.2_amd64.deb).
6363

6464
### From Source
6565

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reinfer-client"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "API client for Re:infer, the conversational data intelligence platform"
55
homepage = "https://github.com/reinfer/cli"
66
readme = "README.md"

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reinfer-cli"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Command line interface for Re:infer, the conversational data intelligence platform"
55
homepage = "https://github.com/reinfer/cli"
66
readme = "README.md"
@@ -34,7 +34,7 @@ serde_json = "1.0.87"
3434
structopt = { version = "0.3.26", default-features = false }
3535
url = { version = "2.3.1", features = ["serde"] }
3636

37-
reinfer-client = { version = "0.13.1", path = "../api" }
37+
reinfer-client = { version = "0.13.2", path = "../api" }
3838

3939
[dev-dependencies]
4040
pretty_assertions = "1.3.0"

0 commit comments

Comments
 (0)