Skip to content

Commit

Permalink
Bump version to 0.5.0. Update some docs to use 0.5.0 as well (#677)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Woznicki <[email protected]>

Co-authored-by: Sebastian Büttner <[email protected]>
  • Loading branch information
makr11st and Sebastian Büttner authored Dec 10, 2021
1 parent 65a3217 commit 309f160
Show file tree
Hide file tree
Showing 27 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

You can use any OS to build from source (below has been tested on Ubuntu, but we also use Debian, macOS, and FreeBSD successfully).
You can use any OS to build from source (below has been tested on Ubuntu, but we also use Debian, macOS, and FreeBSD successfully).

Our recommended setup and required tools are:

Expand Down Expand Up @@ -149,8 +149,8 @@ All resulting packages are going to be in: `./target/debian/` directory:
```shell
$ ls ./target/debian -l
total 2948
-rw-rw-r-- 1 user user 11111 Jan 1 00:00 tedge_0.1.0_amd64.deb
-rw-rw-r-- 1 user user 11111 Jan 1 00:00 tedge_mapper_0.1.0_amd64.deb
-rw-rw-r-- 1 user user 11111 Jan 1 00:00 tedge_0.5.0_amd64.deb
-rw-rw-r-- 1 user user 11111 Jan 1 00:00 tedge_mapper_0.5.0_amd64.deb
```

## Cross compiling
Expand Down
44 changes: 22 additions & 22 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 crates/common/batcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "batcher"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/certificate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "certificate"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/clock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clock"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/download/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "download"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/common/flockfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/json_writer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/mqtt_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtt_client"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/tedge_config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_config"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/tedge_users/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_users"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/tedge_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_utils"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/c8y_smartrest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c8y_smartrest"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/core/c8y_translator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c8y_translator"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/core/json_sm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_sm"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/plugin_sm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plugin_sm"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/core/tedge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge"
version = "0.4.3"
version = "0.5.0"
edition = "2018"
authors = ["thin-edge.io team <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/tedge_agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_agent"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/tedge_mapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_mapper"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/thin_edge_json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thin_edge_json"
version = "0.4.3"
version = "0.5.0"
authors = ["thin-edge.io team <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/tests/mqtt_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtt_tests"
version = "0.4.3"
version = "0.5.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit 309f160

Please sign in to comment.