Skip to content

Commit

Permalink
chore(snarkos): bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Sep 15, 2021
1 parent 1f0073b commit 796eae3
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.14
v1.3.15
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "A decentralized operating system"
homepage = "https://aleo.org"
Expand Down Expand Up @@ -66,20 +66,20 @@ version = "=0.7.9"

[dependencies.snarkos-consensus]
path = "./consensus"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-network]
path = "./network"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-rpc]
path = "./rpc"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-storage]
path = "./storage"
features = [ "rocksdb_storage" ]
version = "1.3.14"
version = "1.3.15"

[dependencies.anyhow]
version = "1.0"
Expand Down
10 changes: 5 additions & 5 deletions benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-benchmarks"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Benchmarks for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down Expand Up @@ -72,19 +72,19 @@ version = "=0.7.9"

[dependencies.snarkos-profiler]
path = "../profiler"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-network]
path = "../network"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-storage]
path = "../storage"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-testing]
path = "../testing"
version = "1.3.14"
version = "1.3.15"

[dependencies.csv]
version = "1"
Expand Down
12 changes: 6 additions & 6 deletions consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-consensus"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Consensus for a decentralized operating system"
homepage = "https://aleo.org"
Expand All @@ -18,8 +18,8 @@ license = "GPL-3.0"
edition = "2018"

[features]
default = []
test = []
default = [ ]
test = [ ]

[dependencies.snarkvm-algorithms]
version = "=0.7.9"
Expand Down Expand Up @@ -47,15 +47,15 @@ version = "1"

[dependencies.snarkos-metrics]
path = "../metrics"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-profiler]
path = "../profiler"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-storage]
path = "../storage"
version = "1.3.14"
version = "1.3.15"
default-features = false

[dependencies.anyhow]
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-metrics"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Metrics for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
10 changes: 5 additions & 5 deletions network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-network"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Network for a decentralized operating system"
homepage = "https://aleo.org"
Expand All @@ -19,7 +19,7 @@ edition = "2018"

[features]
prometheus = [ "snarkos-metrics/prometheus" ]
test = []
test = [ ]

[dependencies.snarkvm-algorithms]
version = "=0.7.9"
Expand All @@ -35,11 +35,11 @@ version = "=0.7.9"

[dependencies.snarkos-consensus]
path = "../consensus"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-storage]
path = "../storage"
version = "1.3.14"
version = "1.3.15"

[dependencies.indexmap]
version = "1.6"
Expand Down Expand Up @@ -83,7 +83,7 @@ version = "0.17"

[dependencies.snarkos-metrics]
path = "../metrics"
version = "1.3.14"
version = "1.3.15"

[dependencies.defer]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion parameters/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-parameters"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Parameters for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion profiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-profiler"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Profiler for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
10 changes: 5 additions & 5 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-rpc"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "RPC for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down Expand Up @@ -29,15 +29,15 @@ version = "=0.7.9"

[dependencies.snarkos-consensus]
path = "../consensus"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-network]
path = "../network"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-storage]
path = "../storage"
version = "1.3.14"
version = "1.3.15"

[dependencies.anyhow]
version = "1.0.40"
Expand Down Expand Up @@ -72,7 +72,7 @@ version = "1.0.1"
version = "18"

[dependencies.snarkos-metrics]
version = "1.3.14"
version = "1.3.15"
path = "../metrics"

[dependencies.parking_lot]
Expand Down
6 changes: 3 additions & 3 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-storage"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Storage for a decentralized operating system"
homepage = "https://aleo.org"
Expand All @@ -27,7 +27,7 @@ test = [ ]
[dependencies.rusqlite]
version = "0.25"
optional = true
features = ["bundled"]
features = [ "bundled" ]

[dependencies.snarkvm-algorithms]
version = "=0.7.9"
Expand All @@ -40,7 +40,7 @@ version = "=0.7.9"

[dependencies.snarkos-metrics]
path = "../metrics"
version = "1.3.14"
version = "1.3.15"

[dependencies.derivative]
version = "2.2.0"
Expand Down
10 changes: 5 additions & 5 deletions testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-testing"
version = "1.3.14"
version = "1.3.15"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Testing suite for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down Expand Up @@ -48,22 +48,22 @@ version = "=0.7.9"

[dependencies.snarkos-consensus]
path = "../consensus"
version = "1.3.14"
version = "1.3.15"
features = [ "test" ]

[dependencies.snarkos-network]
path = "../network"
version = "1.3.14"
version = "1.3.15"
optional = true
features = [ "test" ]

[dependencies.snarkos-parameters]
path = "../parameters"
version = "1.3.14"
version = "1.3.15"

[dependencies.snarkos-storage]
path = "../storage"
version = "1.3.14"
version = "1.3.15"
default-features = false
features = [ "test" ]

Expand Down

0 comments on commit 796eae3

Please sign in to comment.