-
Notifications
You must be signed in to change notification settings - Fork 661
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(leo): bump version for new release
- Loading branch information
Showing
12 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-lang" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "The Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
@@ -39,27 +39,27 @@ members = [ | |
|
||
[dependencies.leo-compiler] | ||
path = "./compiler" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-core] | ||
path = "./core" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
|
||
[dependencies.leo-gadgets] | ||
path = "./gadgets" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-input] | ||
path = "./input" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-package] | ||
path = "./package" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-state] | ||
path = "./state" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.snarkos-algorithms] | ||
version = "1.1.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-ast" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "AST of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-compiler" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Compiler of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
@@ -19,31 +19,31 @@ edition = "2018" | |
|
||
[dependencies.leo-ast] | ||
path = "../ast" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-core] | ||
path = "../core" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
|
||
[dependencies.leo-gadgets] | ||
path = "../gadgets" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-input] | ||
path = "../input" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-package] | ||
path = "../package" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-typed] | ||
path = "../typed" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-state] | ||
path = "../state" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.snarkos-curves] | ||
version = "1.1.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-core" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Core package dependencies of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
@@ -19,11 +19,11 @@ edition = "2018" | |
|
||
[dependencies.leo-gadgets] | ||
path = "../gadgets" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-typed] | ||
path = "../typed" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.snarkos-errors] | ||
version = "1.1.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-gadgets" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Gadgets of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-input" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Input parser of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.0.3 | ||
v1.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ dependencies = { } | |
|
||
[package] | ||
name = "leo-linter" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Linter of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-package" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Package parser of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-state" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "State parser of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
@@ -19,11 +19,11 @@ edition = "2018" | |
|
||
[dependencies.leo-input] | ||
path = "../input" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-typed] | ||
path = "../typed" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.snarkos-algorithms] | ||
version = "1.1.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leo-typed" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Typed AST of the Leo programming language" | ||
homepage = "https://aleo.org" | ||
|
@@ -28,11 +28,11 @@ harness = false | |
|
||
[dependencies.leo-ast] | ||
path = "../ast" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.leo-input] | ||
path = "../input" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies.snarkos-errors] | ||
version = "1.1.3" | ||
|