Skip to content

Commit

Permalink
chore: new release v1.0.0-pre.11a (#6205)
Browse files Browse the repository at this point in the history
Description
---
new release with windows terminal fix
  • Loading branch information
SWvheerden committed Mar 12, 2024
1 parent 243243d commit e46b0dd
Show file tree
Hide file tree
Showing 38 changed files with 162 additions and 143 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -20,11 +20,11 @@ Want to contribute? Start by reading the [Contributing Guide](Contributing.md) a
### Versions
The recommended running versions of each network are:

| Network | Version |
|-----------|---------------|
| Stagenet | 1.0.0-alpha.0 |
| Nextnet | 1.0.0-rc.6 |
| Esmeralda | 1.0.0-pre.11 |
| Network | Version |
|-----------|----------------|
| Stagenet | 1.0.0-alpha.0a |
| Nextnet | 1.0.0-rc.6a |
| Esmeralda | 1.0.0-pre.11a |

For more detail about versioning, see [Release Ideology](https://github.com/tari-project/tari/blob/development/docs/src/branching_releases.md).

Expand Down
4 changes: 2 additions & 2 deletions applications/minotari_app_grpc/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "This crate is to provide a single source for all cross application grpc files and conversions to and from tari::core"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "1.0.0-pre.11"
version = "1.0.0-pre.11a"
edition = "2018"

[dependencies]
Expand All @@ -31,7 +31,7 @@ tonic = { version = "0.8.3", features = ["tls"]}
zeroize = "1"

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11" }
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11a" }
tonic-build = "0.8.4"

[package.metadata.cargo-machete]
Expand Down
4 changes: 2 additions & 2 deletions applications/minotari_app_utilities/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "minotari_app_utilities"
version = "1.0.0-pre.11"
version = "1.0.0-pre.11a"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand All @@ -26,7 +26,7 @@ tonic = "0.8.3"

[build-dependencies]
tari_common = { path = "../../common", features = ["build", "static-application-info"] }
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11" }
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11a" }

[features]
miner_input = ["minotari_app_grpc"]
4 changes: 2 additions & 2 deletions applications/minotari_console_wallet/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "minotari_console_wallet"
version = "1.0.0-pre.11"
version = "1.0.0-pre.11a"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down Expand Up @@ -82,7 +82,7 @@ default-features = false
features = ["crossterm"]

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11" }
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11a" }

[features]
default = ["libtor"]
Expand Down
4 changes: 2 additions & 2 deletions applications/minotari_merge_mining_proxy/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The Tari merge mining proxy for xmrig"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "1.0.0-pre.11"
version = "1.0.0-pre.11a"
edition = "2018"

[features]
Expand Down Expand Up @@ -46,4 +46,4 @@ tracing = "0.1"
url = "2.1.1"

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11"}
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11a"}
2 changes: 1 addition & 1 deletion applications/minotari_miner/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The tari miner implementation"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "1.0.0-pre.11"
version = "1.0.0-pre.11a"
edition = "2018"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions applications/minotari_node/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The tari full base node implementation"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "1.0.0-pre.11"
version = "1.0.0-pre.11a"
edition = "2018"

[dependencies]
Expand Down Expand Up @@ -58,7 +58,7 @@ safe = []
libtor = ["tari_libtor"]

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11"}
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.11a"}

[package.metadata.cargo-machete]
ignored = [
Expand Down
2 changes: 1 addition & 1 deletion base_layer/chat_ffi/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "minotari_chat_ffi"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency chat C FFI bindings"
license = "BSD-3-Clause"
version = "1.0.0-pre.11"
version = "1.0.0-pre.11a"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit e46b0dd

Please sign in to comment.