Skip to content

Commit

Permalink
Bump SDK versionz to v0.5.0
Browse files Browse the repository at this point in the history
iamalwaysuncomfortable committed Jul 6, 2023
1 parent 4b0076d commit 832a8ee
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ jobs:
run: |
SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) \
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) \
cargo test
cargo test --all
- name: Print sccache stats
run: sccache --show-stats
@@ -173,4 +173,4 @@ jobs:

- name: Test
run: |
cargo test
cargo test --all
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo"
version = "0.4.5"
version = "0.5.0"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Aleo"
homepage = "https://aleo.org"
@@ -21,7 +21,7 @@ edition = "2021"
members = [ "rust", "wasm", "rust/develop"]

[workspace.dependencies.aleo-rust]
version = "0.4.5"
version = "0.5.0"
path = "rust"
default-features = false

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-rust"
version = "0.4.5"
version = "0.5.0"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Rust SDK for managing Aleo programs and communicating with the Aleo network"
homepage = "https://aleo.org"
2 changes: 1 addition & 1 deletion rust/develop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-development-server"
version = "0.4.5"
version = "0.5.0"
authors = [ "The Aleo Team <[email protected]>" ]
description = "A REST API server for local or remote Aleo development"
homepage = "https://aleo.org"
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aleohq/sdk",
"version": "0.4.5",
"version": "0.5.0",
"description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
"collaborators": [
"The Aleo Team <[email protected]>"
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-wasm"
version = "0.4.5"
version = "0.5.0"
authors = [ "The Aleo Team <[email protected]>" ]
description = "WebAssembly based toolkit for developing zero knowledge applications with Aleo"
homepage = "https://aleo.org"

0 comments on commit 832a8ee

Please sign in to comment.