Skip to content

Commit

Permalink
chore({{crate_name}}): Release {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Aug 27, 2020
1 parent 94c5bf6 commit 0dc9477
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 44 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "A decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion algorithms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-algorithms"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Algorithms for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-benchmarks"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Benchmarks for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-consensus"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Consensus for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion curves/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-curves"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Curves for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion dpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-dpc"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Errors for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-errors"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Errors for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion gadgets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-gadgets"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Gadgets for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion marlin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-marlin"
version = "1.1.1"
version = "1.1.2"
authors = [
"Alessandro Chiesa <[email protected]>",
"Mary Maller <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-models"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Models for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-network"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Network for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion objects/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-objects"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Objects for a decentralized operating system"
homepage = "https://aleo.org"
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.1.1"
version = "1.1.2"
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 polycommit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-polycommit"
version = "1.1.1"
version = "1.1.2"
authors = [
"Alessandro Chiesa <[email protected]>",
"Mary Maller <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion posw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-posw"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Proof of Succinct Work circuit implementation based on [KB20]"
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.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Profiler for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-rpc"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "RPC for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-storage"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Storage for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-testing"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Testing suite for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion toolkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-toolkit"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "A developer toolkit for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-utilities"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Utilities for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion utilities/derives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-derives"
version = "1.1.1"
version = "1.1.2"
authors = ["The Aleo Team <[email protected]>"]
description = "Canonical serialization for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down

0 comments on commit 0dc9477

Please sign in to comment.