Skip to content

Commit

Permalink
Prepare v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Oct 20, 2023
1 parent a824486 commit 19d76ce
Show file tree
Hide file tree
Showing 20 changed files with 317 additions and 237 deletions.
136 changes: 77 additions & 59 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/dojoengine/dojo/"
version = "0.3.0"
version = "0.3.1"

[profile.performance]
codegen-units = 1
Expand Down
4 changes: 2 additions & 2 deletions crates/dojo-core/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
cairo-version = "2.2.0"
description = "The Dojo Core library for autonomous worlds."
name = "dojo"
version = "0.3.0"
version = "0.3.1"

[dependencies]
dojo_plugin = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.0" }
dojo_plugin = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.1" }
starknet = "2.2.0"
2 changes: 1 addition & 1 deletion crates/dojo-defi/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.2.0"
description = "Implementations of a defi primitives for the Dojo framework"
name = "dojo_defi"
version = "0.3.0"
version = "0.3.1"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-erc/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.2.0"
description = "Implementations of ERC standards for the Dojo framework"
name = "dojo_erc"
version = "0.3.0"
version = "0.3.1"

[cairo]
sierra-replace-ids = true
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-lang/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "dojo_plugin"
version = "0.3.0"
version = "0.3.1"

[cairo-plugin]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "2.2.0"
name = "test_crate"
version = "0.3.0"
version = "0.3.1"

[cairo]
sierra-replace-ids = true
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-language-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "dojo-languge-server"
version = "0.3.0"
version = "0.3.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-physics/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.0.0-rc4"
description = "Implementations of a physics library for the Dojo framework"
name = "dojo_physics"
version = "0.3.0"
version = "0.3.1"

[dependencies]
cubit = { git = "https://github.com/influenceth/cubit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-physics/examples/projectile/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "projectile"
version = "0.3.0"
version = "0.3.1"

[dependencies]
cubit = { git = "https://github.com/influenceth/cubit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-primitives/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.2.0"
description = "Implementations of common primitives for the Dojo games"
name = "dojo_primitives"
version = "0.3.0"
version = "0.3.1"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "dojo-types"
version = "0.3.0"
version = "0.3.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 0 additions & 1 deletion crates/katana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
## Features

- [Starknet JSON-RPC v0.3.0](https://github.com/starkware-libs/starknet-specs/tree/v0.3.0) support

2 changes: 1 addition & 1 deletion crates/sozo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "sozo"
version = "0.3.0"
version = "0.3.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
cairo-version = "1.2.0"
name = "sozo_test"
version = "0.3.0-rc7"
version = "0.3.1-rc7"
2 changes: 1 addition & 1 deletion crates/torii/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "torii-client"
version = "0.3.0"
version = "0.3.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Loading

0 comments on commit 19d76ce

Please sign in to comment.