Skip to content

Commit

Permalink
Prepare Release 0.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wahl <[email protected]>
  • Loading branch information
Matthias Wahl authored and mfelsche committed May 20, 2021
1 parent bba3fd2 commit ccf8dae
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.11.3

### New features

Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "tremor-runtime"
readme = "README.md"
repository = "https://github.com/tremor-rs/tremor-runtime"
version = "0.11.2"
version = "0.11.3"

[workspace]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.learn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:1.52.1 as builder

RUN cargo install --features=ssl websocat

FROM tremorproject/tremor:0.11.2
FROM tremorproject/tremor:0.11.3

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

Expand Down
2 changes: 1 addition & 1 deletion tremor-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks"
edition = "2018"
license = "Apache-2.0"
name = "tremor-api"
version = "0.11.2"
version = "0.11.3"

[dependencies]
hashbrown = {version = "0.11", features = ["serde"]}
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor CLI Tool"
edition = "2018"
license = "Apache-2.0"
name = "tremor-cli"
version = "0.11.2"
version = "0.11.3"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/tests/api-cli/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ suites:
expects:
- source: stdout
contains:
- '{"version":"0.11.2"}'
- '{"version":"0.11.3"}'
- name: GET /onramp
command: tremor api -f json onramp list
tags:
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/tests/api/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ suites:
- source: stdout
contains:
- HTTP/1.1 200 OK
- '{"version":"0.11.2"'
- '{"version":"0.11.3"'
- name: GET /onramp
command: curl -vs --stderr - http://localhost:9898/onramp
tags:
Expand Down
2 changes: 1 addition & 1 deletion tremor-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "tremor-common"
readme = "README.md"
version = "0.11.2"
version = "0.11.3"

[dependencies]
async-std = "1"
Expand Down
2 changes: 1 addition & 1 deletion tremor-pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime"
edition = "2018"
license = "Apache-2.0"
name = "tremor-pipeline"
version = "0.11.2"
version = "0.11.3"

[dependencies]
beef = {version = "0.5", features = ["impl_serde"]}
Expand Down
2 changes: 1 addition & 1 deletion tremor-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
license = "Apache-2.0"
name = "tremor-script"
readme = "README.md"
version = "0.11.2"
version = "0.11.3"

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

0 comments on commit ccf8dae

Please sign in to comment.