File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ ## v0.13.2
4
+ - Skip serialization of continuation on ` None `
5
+
3
6
## v0.13.1
4
7
5
8
- Add ` no-charge ` flag to create comment/email commands
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ The [api](/api) directory contains a Rust client library for reinfer which can b
53
53
54
54
Statically linked binaries with no dependencies are provided for selected platforms:
55
55
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 )
59
59
60
60
### Debian / Ubuntu
61
61
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 ) .
63
63
64
64
### From Source
65
65
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reinfer-client"
3
- version = " 0.13.1 "
3
+ version = " 0.13.2 "
4
4
description = " API client for Re:infer, the conversational data intelligence platform"
5
5
homepage = " https://github.com/reinfer/cli"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reinfer-cli"
3
- version = " 0.13.1 "
3
+ version = " 0.13.2 "
4
4
description = " Command line interface for Re:infer, the conversational data intelligence platform"
5
5
homepage = " https://github.com/reinfer/cli"
6
6
readme = " README.md"
@@ -34,7 +34,7 @@ serde_json = "1.0.87"
34
34
structopt = { version = " 0.3.26" , default-features = false }
35
35
url = { version = " 2.3.1" , features = [" serde" ] }
36
36
37
- reinfer-client = { version = " 0.13.1 " , path = " ../api" }
37
+ reinfer-client = { version = " 0.13.2 " , path = " ../api" }
38
38
39
39
[dev-dependencies ]
40
40
pretty_assertions = " 1.3.0"
You can’t perform that action at this time.
0 commit comments