aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-20 19:18:36 -0600
committermat <git@matdoes.dev>2024-12-20 19:18:36 -0600
commit7098375ecfe21574c2b6ffceef06542f7c4114a4 (patch)
tree45f51ff0cf7b623378f8f19257c2c22015803b01
parent527333f2b78a749cc1d1c0813e059726efe46d8d (diff)
downloadazalea-drasl-7098375ecfe21574c2b6ffceef06542f7c4114a4.tar.xz
Release 0.11.0+mc1.21.4
azalea@0.11.0+mc1.21.4 azalea-auth@0.11.0+mc1.21.4 azalea-block@0.11.0+mc1.21.4 azalea-block-macros@0.11.0+mc1.21.4 azalea-brigadier@0.11.0+mc1.21.4 azalea-buf@0.11.0+mc1.21.4 azalea-buf-macros@0.11.0+mc1.21.4 azalea-chat@0.11.0+mc1.21.4 azalea-client@0.11.0+mc1.21.4 azalea-core@0.11.0+mc1.21.4 azalea-crypto@0.11.0+mc1.21.4 azalea-entity@0.11.0+mc1.21.4 azalea-inventory@0.11.0+mc1.21.4 azalea-inventory-macros@0.11.0+mc1.21.4 azalea-language@0.11.0+mc1.21.4 azalea-physics@0.11.0+mc1.21.4 azalea-protocol@0.11.0+mc1.21.4 azalea-protocol-macros@0.11.0+mc1.21.4 azalea-registry@0.11.0+mc1.21.4 azalea-registry-macros@0.11.0+mc1.21.4 azalea-world@0.11.0+mc1.21.4 Generated by cargo-workspaces
-rw-r--r--Cargo.toml2
-rw-r--r--azalea-auth/Cargo.toml4
-rw-r--r--azalea-block/Cargo.toml6
-rw-r--r--azalea-brigadier/Cargo.toml4
-rw-r--r--azalea-buf/Cargo.toml2
-rw-r--r--azalea-chat/Cargo.toml4
-rw-r--r--azalea-client/Cargo.toml24
-rw-r--r--azalea-core/Cargo.toml4
-rw-r--r--azalea-crypto/Cargo.toml2
-rw-r--r--azalea-entity/Cargo.toml12
-rw-r--r--azalea-inventory/Cargo.toml8
-rw-r--r--azalea-physics/Cargo.toml12
-rw-r--r--azalea-protocol/Cargo.toml18
-rw-r--r--azalea-registry/Cargo.toml4
-rw-r--r--azalea-world/Cargo.toml6
-rw-r--r--azalea/Cargo.toml26
16 files changed, 69 insertions, 69 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75cdff6e..06048104 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ resolver = "2"
# --- Workspace Settings ---
[workspace.package]
-version = "0.10.3+mc1.21.4"
+version = "0.11.0+mc1.21.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/azalea-rs/azalea"
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index d7507e37..edb58b5f 100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -7,8 +7,8 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.11.0+mc1.21.4" }
base64 = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
md-5 = { workspace = true }
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index b3f16f0a..7202bda1 100644
--- a/azalea-block/Cargo.toml
+++ b/azalea-block/Cargo.toml
@@ -7,6 +7,6 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-block-macros = { path = "./azalea-block-macros", version = "0.10.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
+azalea-block-macros = { path = "./azalea-block-macros", version = "0.11.0+mc1.21.4" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml
index 88d36967..441825cf 100644
--- a/azalea-brigadier/Cargo.toml
+++ b/azalea-brigadier/Cargo.toml
@@ -11,8 +11,8 @@ bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true }
-azalea-chat = { path = "../azalea-chat", version = "0.10.0", optional = true }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4", optional = true }
+azalea-chat = { path = "../azalea-chat", version = "0.11.0+mc1.21.4", optional = true }
parking_lot = { workspace = true }
[features]
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 59494d6b..11d0c22a 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -7,7 +7,7 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.10.0" }
+azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.11.0+mc1.21.4" }
byteorder = { workspace = true }
serde_json = { workspace = true, optional = true }
simdnbt = { workspace = true }
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 55432396..e35bfd04 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -16,8 +16,8 @@ numbers = ["dep:azalea-registry", "dep:simdnbt"]
azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true, features = [
"serde_json",
] }
-azalea-language = { path = "../azalea-language", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0", optional = true }
+azalea-language = { path = "../azalea-language", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4", optional = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
simdnbt = { workspace = true, optional = true }
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 0cf02e8b..c9cf0cc9 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -8,18 +8,18 @@ repository = { workspace = true }
[dependencies]
anyhow = { workspace = true }
-azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
-azalea-block = { path = "../azalea-block", version = "0.10.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
-azalea-chat = { path = "../azalea-chat", version = "0.10.0" }
-azalea-core = { path = "../azalea-core", version = "0.10.0" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
-azalea-entity = { path = "../azalea-entity", version = "0.10.0" }
-azalea-inventory = { path = "../azalea-inventory", version = "0.10.0" }
-azalea-physics = { path = "../azalea-physics", version = "0.10.0" }
-azalea-protocol = { path = "../azalea-protocol", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
-azalea-world = { path = "../azalea-world", version = "0.10.0" }
+azalea-auth = { path = "../azalea-auth", version = "0.11.0+mc1.21.4" }
+azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
+azalea-chat = { path = "../azalea-chat", version = "0.11.0+mc1.21.4" }
+azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.11.0+mc1.21.4" }
+azalea-entity = { path = "../azalea-entity", version = "0.11.0+mc1.21.4" }
+azalea-inventory = { path = "../azalea-inventory", version = "0.11.0+mc1.21.4" }
+azalea-physics = { path = "../azalea-physics", version = "0.11.0+mc1.21.4" }
+azalea-protocol = { path = "../azalea-protocol", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
+azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
bevy_log = { workspace = true, optional = true }
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 3a5e00d8..7e205847 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -7,8 +7,8 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
bevy_ecs = { workspace = true, optional = true }
nohash-hasher = { workspace = true }
num-traits = { workspace = true }
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml
index d3447d1b..2a9180ef 100644
--- a/azalea-crypto/Cargo.toml
+++ b/azalea-crypto/Cargo.toml
@@ -11,7 +11,7 @@ criterion = { workspace = true }
[dependencies]
aes = { workspace = true }
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
cfb8 = { workspace = true }
num-bigint = { workspace = true }
rand = { workspace = true, features = ["getrandom"] }
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index b4f1c232..0259b01d 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -7,15 +7,15 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-block = { path = "../azalea-block", version = "0.10.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
"azalea-buf",
] }
-azalea-core = { path = "../azalea-core", version = "0.10.0" }
-azalea-inventory = { path = "../azalea-inventory", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
-azalea-world = { path = "../azalea-world", version = "0.10.0" }
+azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
+azalea-inventory = { path = "../azalea-inventory", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
+azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
derive_more = { workspace = true }
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 9c9ddf20..6e5a38c6 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -7,13 +7,13 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
"azalea-buf",
] }
-azalea-core = { path = "../azalea-core", version = "0.10.0" }
-azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
+azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
+azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
simdnbt = { workspace = true }
uuid = { workspace = true }
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 01c5f5d8..d7ecf239 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -11,12 +11,12 @@ bevy_time = { workspace = true }
uuid = { workspace = true }
[dependencies]
-azalea-block = { path = "../azalea-block", version = "0.10.0" }
-azalea-core = { path = "../azalea-core", version = "0.10.0" }
-azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
-azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
-azalea-world = { path = "../azalea-world", version = "0.10.0" }
+azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4" }
+azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
+azalea-entity = { version = "0.11.0+mc1.21.4", path = "../azalea-entity" }
+azalea-inventory = { version = "0.11.0+mc1.21.4", path = "../azalea-inventory" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
+azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
parking_lot = { workspace = true }
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index df0d882d..52c2b696 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -13,12 +13,12 @@ tracing-subscriber = { workspace = true }
[dependencies]
async-recursion = { workspace = true }
-azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
-azalea-block = { path = "../azalea-block", version = "0.10.0", default-features = false }
+azalea-auth = { path = "../azalea-auth", version = "0.11.0+mc1.21.4" }
+azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4", default-features = false }
azalea-brigadier = { path = "../azalea-brigadier", version = "0.10.0", features = [
"azalea-buf",
] }
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
"numbers",
"azalea-buf",
@@ -26,12 +26,12 @@ azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
azalea-core = { path = "../azalea-core", version = "0.10.0", optional = true, features = [
"serde",
] }
-azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
-azalea-entity = { path = "../azalea-entity", version = "0.10.0" }
-azalea-inventory = { path = "../azalea-inventory", version = "0.10.0" }
-azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
-azalea-world = { path = "../azalea-world", version = "0.10.0" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.11.0+mc1.21.4" }
+azalea-entity = { path = "../azalea-entity", version = "0.11.0+mc1.21.4" }
+azalea-inventory = { path = "../azalea-inventory", version = "0.11.0+mc1.21.4" }
+azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
+azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_ecs = { workspace = true }
#byteorder = { workspace = true }
bytes = { workspace = true }
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 32d08bbe..af2f2f15 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -7,8 +7,8 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
-azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
+azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.11.0+mc1.21.4" }
serde = { workspace = true, optional = true }
simdnbt = { workspace = true }
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 549111da..2cf64682 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,12 +11,12 @@ azalea-client = { path = "../azalea-client" }
criterion = "0.5.1"
[dependencies]
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.11.0+mc1.21.4" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-core = { path = "../azalea-core", version = "0.10.0", features = [
"bevy_ecs",
] }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
bevy_ecs = { workspace = true }
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
nohash-hasher = { workspace = true }
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 63e84f54..6aea4133 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -14,19 +14,19 @@ pre-release-replacements = [
[dependencies]
anyhow = { workspace = true }
#async-trait = { workspace = true }
-azalea-auth = { version = "0.10.0", path = "../azalea-auth" }
-azalea-block = { version = "0.10.0", path = "../azalea-block" }
-azalea-brigadier = { version = "0.10.0", path = "../azalea-brigadier" }
-azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
-azalea-chat = { version = "0.10.0", path = "../azalea-chat" }
-azalea-client = { version = "0.10.0", path = "../azalea-client", default-features = false }
-azalea-core = { version = "0.10.0", path = "../azalea-core" }
-azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
-azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
-azalea-physics = { version = "0.10.0", path = "../azalea-physics" }
-azalea-protocol = { version = "0.10.0", path = "../azalea-protocol" }
-azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
-azalea-world = { version = "0.10.0", path = "../azalea-world" }
+azalea-auth = { version = "0.11.0+mc1.21.4", path = "../azalea-auth" }
+azalea-block = { version = "0.11.0+mc1.21.4", path = "../azalea-block" }
+azalea-brigadier = { version = "0.11.0+mc1.21.4", path = "../azalea-brigadier" }
+azalea-buf = { version = "0.11.0+mc1.21.4", path = "../azalea-buf" }
+azalea-chat = { version = "0.11.0+mc1.21.4", path = "../azalea-chat" }
+azalea-client = { version = "0.11.0+mc1.21.4", path = "../azalea-client", default-features = false }
+azalea-core = { version = "0.11.0+mc1.21.4", path = "../azalea-core" }
+azalea-entity = { version = "0.11.0+mc1.21.4", path = "../azalea-entity" }
+azalea-inventory = { version = "0.11.0+mc1.21.4", path = "../azalea-inventory" }
+azalea-physics = { version = "0.11.0+mc1.21.4", path = "../azalea-physics" }
+azalea-protocol = { version = "0.11.0+mc1.21.4", path = "../azalea-protocol" }
+azalea-registry = { version = "0.11.0+mc1.21.4", path = "../azalea-registry" }
+azalea-world = { version = "0.11.0+mc1.21.4", path = "../azalea-world" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
bevy_log = { workspace = true }