Skip to content

Commit 8cca5dc

Browse files
web-flowLicenser
authored andcommitted
Prepare release 0.13.0-rc.12
Signed-off-by: GitHub actions <noreply@github.com>
1 parent 04c0d6d commit 8cca5dc

File tree

11 files changed

+36
-36
lines changed

11 files changed

+36
-36
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.13.0-rc.12]
44

55
### Fixes
66

Cargo.lock

Lines changed: 8 additions & 8 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.13.0-rc.11"
12+
version = "0.13.0-rc.12"
1313
rust-version = "1.62"
1414

1515
[workspace]

Dockerfile.learn

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

33
RUN cargo install --features=ssl websocat
44

5-
FROM tremorproject/tremor:0.13.0-rc.11
5+
FROM tremorproject/tremor:0.13.0-rc.12
66

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

tremor-api/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tremor Api Callbacks"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "tremor-api"
7-
version = "0.13.0-rc.11"
7+
version = "0.13.0-rc.12"
88

99
[dependencies]
1010
halfbrown = "0.1"
@@ -16,11 +16,11 @@ simd-json = "0.8"
1616
tokio = { version = "1.27", features = ["full"] }
1717
# we don't need sessions or cookies or shitty logging middleware
1818
tide = { version = "0.16", default-features = false, features = ["h1-server"] }
19-
tremor-pipeline = { version = "0.13.0-rc.11", path = "../tremor-pipeline" }
20-
tremor-runtime = { version = "0.13.0-rc.11", path = "../" }
21-
tremor-script = { version = "0.13.0-rc.11", path = "../tremor-script" }
22-
tremor-value = { version = "0.13.0-rc.11", path = "../tremor-value" }
23-
tremor-common = { version = "0.13.0-rc.11", path = "../tremor-common" }
19+
tremor-pipeline = { version = "0.13.0-rc.12", path = "../tremor-pipeline" }
20+
tremor-runtime = { version = "0.13.0-rc.12", path = "../" }
21+
tremor-script = { version = "0.13.0-rc.12", path = "../tremor-script" }
22+
tremor-value = { version = "0.13.0-rc.12", path = "../tremor-value" }
23+
tremor-common = { version = "0.13.0-rc.12", path = "../tremor-common" }
2424

2525
[dev-dependencies]
2626
surf = { version = "2.3", default-features = false, features = [

tremor-cli/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tremor CLI Tool"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "tremor-cli"
7-
version = "0.13.0-rc.11"
7+
version = "0.13.0-rc.12"
88

99
[package.metadata.docs.rs]
1010
default-target = "x86_64-unknown-linux-gnu"
@@ -47,12 +47,12 @@ surf = { version = "=2.3.2", default-features = false, features = [
4747
"h1-client-rustls",
4848
"middleware-logger",
4949
] }
50-
tremor-api = { version = "0.13.0-rc.11", path = "../tremor-api" }
51-
tremor-common = { version = "0.13.0-rc.11", path = "../tremor-common" }
52-
tremor-pipeline = { version = "0.13.0-rc.11", path = "../tremor-pipeline" }
53-
tremor-runtime = { version = "0.13.0-rc.11", path = "../" }
54-
tremor-script = { version = "0.13.0-rc.11", path = "../tremor-script" }
55-
tremor-value = { version = "0.13.0-rc.11", path = "../tremor-value" }
50+
tremor-api = { version = "0.13.0-rc.12", path = "../tremor-api" }
51+
tremor-common = { version = "0.13.0-rc.12", path = "../tremor-common" }
52+
tremor-pipeline = { version = "0.13.0-rc.12", path = "../tremor-pipeline" }
53+
tremor-runtime = { version = "0.13.0-rc.12", path = "../" }
54+
tremor-script = { version = "0.13.0-rc.12", path = "../tremor-script" }
55+
tremor-value = { version = "0.13.0-rc.12", path = "../tremor-value" }
5656
url = "2"
5757
# mimalloc-rs = { version = "0.1", default-features = true, optional = true }
5858
# allocator_api = "0.6.0"

tremor-common/Cargo.toml

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

1111
[dependencies]
1212
tokio = { version = "1.27", features = ["full"] }

tremor-influx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "tremor-influx"
77
readme = "README.md"
88
repository = "https://github.com/tremor-rs/tremor-runtime"
9-
version = "0.13.0-rc.11"
9+
version = "0.13.0-rc.12"
1010

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

tremor-pipeline/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "tremor-pipeline"
7-
version = "0.13.0-rc.11"
7+
version = "0.13.0-rc.12"
88

99
[dependencies]
1010
tokio = "1"
@@ -25,9 +25,9 @@ serde_yaml = "0.9"
2525
simd-json = { version = "0.8", features = ["known-key"] }
2626
simd-json-derive = "0.8"
2727
sled = "0.34"
28-
tremor-common = { version = "0.13.0-rc.11", path = "../tremor-common" }
29-
tremor-script = { version = "0.13.0-rc.11", path = "../tremor-script" }
30-
tremor-value = { version = "0.13.0-rc.11", path = "../tremor-value" }
28+
tremor-common = { version = "0.13.0-rc.12", path = "../tremor-common" }
29+
tremor-script = { version = "0.13.0-rc.12", path = "../tremor-script" }
30+
tremor-value = { version = "0.13.0-rc.12", path = "../tremor-value" }
3131
url = "2.3.1"
3232
value-trait = "0.5"
3333
window = { git = "https://github.com/tremor-rs/window.git", tag = "v0.1.1" }

tremor-script/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "tremor-script"
99
readme = "README.md"
1010
repository = "https://github.com/tremor-rs/tremor-runtime"
11-
version = "0.13.0-rc.11"
11+
version = "0.13.0-rc.12"
1212

1313
[package.metadata.docs.rs]
1414
default-target = "x86_64-unknown-linux-gnu"
@@ -53,9 +53,9 @@ simd-json-derive = "0.8"
5353
sketches-ddsketch = "0.2.1"
5454
strip-ansi-escapes = "0.1"
5555
termcolor = "1.2"
56-
tremor-common = { version = "0.13.0-rc.11", path = "../tremor-common" }
57-
tremor-influx = { version = "0.13.0-rc.11", path = "../tremor-influx" }
58-
tremor-value = { version = "0.13.0-rc.11", path = "../tremor-value" }
56+
tremor-common = { version = "0.13.0-rc.12", path = "../tremor-common" }
57+
tremor-influx = { version = "0.13.0-rc.12", path = "../tremor-influx" }
58+
tremor-value = { version = "0.13.0-rc.12", path = "../tremor-value" }
5959
tremor-kv = "0.5"
6060
unicode-xid = "0.2"
6161
url = "2"

0 commit comments

Comments
 (0)