Skip to content

Commit 812f17c

Browse files
tarrencevglihm
andauthored
release(prepare): v1.5.0 (#3204)
* Prepare release: v1.5.0 * chore: update versions.json * fix(ci): update katana binary for tests --------- Co-authored-by: glihm <glihm@users.noreply.github.com> Co-authored-by: glihm <dev@glihm.net>
1 parent 556890f commit 812f17c

File tree

9 files changed

+39
-35
lines changed

9 files changed

+39
-35
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# This puts Katana in the path for integration tests.
7272
- name: Download Katana for integration tests
7373
run: |
74-
curl -L https://github.com/dojoengine/katana/releases/download/v1.5.0-alpha.2/katana_v1.5.0-alpha.2_linux_amd64.tar.gz -o katana.tar.gz;
74+
curl -L https://github.com/dojoengine/katana/releases/download/v1.5.0-alpha.4/katana_v1.5.0-alpha.4_linux_amd64.tar.gz -o katana.tar.gz;
7575
tar -C /usr/local/bin -xzf katana.tar.gz
7676
7777
- run: |

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ edition = "2021"
2828
license = "Apache-2.0"
2929
license-file = "LICENSE"
3030
repository = "https://github.com/dojoengine/dojo/"
31-
version = "1.5.0-alpha.2"
31+
version = "1.5.0"
3232

3333
[profile.performance]
3434
codegen-units = 1

crates/dojo/core/Scarb.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = 1
33

44
[[package]]
55
name = "dojo"
6-
version = "1.4.2"
6+
version = "1.5.0"
77
dependencies = [
88
"dojo_plugin",
99
]

crates/dojo/core/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cairo-version = "=2.10.1"
33
edition = "2024_07"
44
description = "The Dojo Core library for autonomous worlds."
55
name = "dojo"
6-
version = "1.4.2"
6+
version = "1.5.0"
77

88
[dependencies]
99
starknet = "=2.10.1"

crates/macros/merge-options/macro_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "merge-options-macro-test"
3-
version = "1.5.0-alpha.2"
3+
version = "1.5.0"
44
edition = "2021"
55
publish = false
66

examples/spawn-and-move/Scarb.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717

1818
[[package]]
1919
name = "dojo"
20-
version = "1.4.2"
20+
version = "1.5.0"
2121
dependencies = [
2222
"dojo_plugin",
2323
]

examples/spawn-and-move/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
cairo-version = "=2.10.1"
33
name = "dojo_examples"
4-
version = "1.4.2"
4+
version = "1.5.0"
55
# Use the prelude with the less imports as possible
66
# from corelib.
77
edition = "2024_07"

versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
"1.5.0-alpha.2": {
1111
"katana": ["1.5.0-alpha.4"],
1212
"torii": ["1.5.0-alpha.1", "1.5.0-alpha.0"]
13+
},
14+
"1.5.0": {
15+
"katana": ["1.5.0"],
16+
"torii": ["1.5.0"]
1317
}
1418
}

0 commit comments

Comments
 (0)