Skip to content

Commit 6f287ce

Browse files
committed
Rlease v0.11.11
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent 3a245cd commit 6f287ce

File tree

11 files changed

+16
-15
lines changed

11 files changed

+16
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ report.json
4747
/tags
4848
lcov.info
4949
tremor-value/proptest-regressions/
50+
*.release

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "tremor-runtime"
1010
readme = "README.md"
1111
repository = "https://github.com/tremor-rs/tremor-runtime"
12-
version = "0.11.10"
12+
version = "0.11.11"
1313

1414
[workspace]
1515

Dockerfile.learn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rust:1.52.1 as builder
22

33
RUN cargo install --features=ssl websocat
44

5-
FROM tremorproject/tremor:0.11.10
5+
FROM tremorproject/tremor:0.11.11
66

77
COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat
88

tremor-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tremor Api Callbacks"
44
edition = "2018"
55
license = "Apache-2.0"
66
name = "tremor-api"
7-
version = "0.11.10"
7+
version = "0.11.11"
88

99
[dependencies]
1010
hashbrown = { version = "0.11", features = ["serde"] }

tremor-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tremor CLI Tool"
44
edition = "2018"
55
license = "Apache-2.0"
66
name = "tremor-cli"
7-
version = "0.11.10"
7+
version = "0.11.11"
88

99
[package.metadata.docs.rs]
1010
default-target = "x86_64-unknown-linux-gnu"

tremor-cli/tests/api-cli/command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ suites:
1515
expects:
1616
- source: stdout
1717
contains:
18-
- '{"version":"0.11.10"}'
18+
- '{"version":"0.11.11"}'
1919
- name: GET /onramp
2020
command: tremor api -f json onramp list
2121
tags:

tremor-cli/tests/api/command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ suites:
1616
- source: stdout
1717
contains:
1818
- HTTP/1.1 200 OK
19-
- '{"version":"0.11.10"'
19+
- '{"version":"0.11.11"'
2020
- name: GET /onramp
2121
command: curl -vs --stderr - http://localhost:9898/onramp
2222
tags:

tremor-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "Apache-2.0"
77
name = "tremor-common"
88
readme = "README.md"
9-
version = "0.11.10"
9+
version = "0.11.11"
1010

1111
[dependencies]
1212
async-std = "1"

tremor-pipeline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime"
44
edition = "2018"
55
license = "Apache-2.0"
66
name = "tremor-pipeline"
7-
version = "0.11.10"
7+
version = "0.11.11"
88

99
[dependencies]
1010
beef = { version = "0.5", features = ["impl_serde"] }

0 commit comments

Comments
 (0)