Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
Tremor is now open source.
  • Loading branch information
anupdhml authored and Licenser committed Feb 22, 2020
1 parent 57d1fc7 commit 44d7907
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 13 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ RUST_BACKTRACE=1 tremor-server...

## The Build System

For info on how to configure and build the project, please see [the tremor build guide][tremor-build-guide].
For info on how to configure and build the project, please see [the tremor build guide][tremor-build-guide].
This guide contains info for contributions to the project and the standard facilities. It also lists some
really useful commands to the build system, which could save you a lot of time.

Expand Down Expand Up @@ -157,8 +157,8 @@ Once your merge request is approved it will enter the merge queue

[darach]: https://github.com/darach

Speaking of tests, Rust has a comprehensive test suite. More information about
it can be found [here][https://github.com/wayfair-incubator/tremor-runtime/blob/master/docs/development/testing.md].
Speaking of tests, tremor has a comprehensive test suite. More information about
it can be found [here][https://github.com/wayfair-tremor/tremor-www-docs/blob/master/docs/development/testing.md].

### External Dependencies

Expand Down Expand Up @@ -207,4 +207,4 @@ Participate in the [RFC process](https://github.com/wayfair-tremor/tremor-rfcs).
## Tremor Chat
[tremor-chat]: #tremor-chat

Join the tremor community [slack](https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI)
Join the tremor community [slack](https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-runtime"
version = "0.6.0"
version = "0.7.0"
description = "Tremor Runtime"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down
3 changes: 2 additions & 1 deletion tremor-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tremor-api"
version = "0.1.0"
version = "0.7.0"
description = "Tremor Api Callbacks"
authors = ["The Tremor Team"]
edition = "2018"
license = "Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion tremor-pipeline/.spacemacs.env

This file was deleted.

3 changes: 2 additions & 1 deletion tremor-pipeline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tremor-pipeline"
version = "0.1.0"
version = "0.7.0"
description = "Tremor Pipeline DAG Runtime"
authors = ["The Tremor Team"]
edition = "2018"
license = "Apache-2.0"
Expand Down
5 changes: 3 additions & 2 deletions tremor-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tremor-query"
version = "0.1.0"
version = "0.7.0"
description = "Tremor Query CLI"
authors = ["The Tremor Team"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -17,4 +18,4 @@ serde_json = "1"
simd-json = {version = "0.2", features = ["known-key"]}
chrono = "0.4"
tremor-pipeline = { path = "../tremor-pipeline" }
tremor-script = { path = "../tremor-script" }
tremor-script = { path = "../tremor-script" }
3 changes: 2 additions & 1 deletion tremor-script/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tremor-script"
version = "0.1.0"
version = "0.7.0"
description = "Tremor Script Interpreter"
authors = ["The Tremor Team"]
edition = "2018"
license = "Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion tremor-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tremor-server"
version = "0.1.0"
version = "0.7.0"
description = "Tremor Runtime Server"
authors = ["The Tremor Team"]
edition = "2018"
license = "Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion tremor-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tremor-tool"
version = "0.1.0"
version = "0.7.0"
description = "Tremor CLI Tool"
authors = ["The Tremor Team"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 44d7907

Please sign in to comment.