Skip to content

Commit

Permalink
Prepare release 0.9.4 - part 2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
  • Loading branch information
Matthias Wahl committed Jan 20, 2021
1 parent 8227405 commit 39a2c97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.48.0 as builder

RUN cargo install --features=ssl websocat

FROM tremorproject/tremor:0.9.3
FROM tremorproject/tremor:0.9.4

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.9.3"
version = "0.9.4"

[dependencies]
hashbrown = {version = "0.10", features = ["serde"]}
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.9.3"}'
- '{"version":"0.9.4"}'
- 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.9.3"'
- '{"version":"0.9.4"'
- name: GET /onramp
command: curl -vs --stderr - http://localhost:9898/onramp
tags:
Expand Down

0 comments on commit 39a2c97

Please sign in to comment.