From 5a8f50950ab6028feb5b6f600528eac35b90253e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 19 Nov 2022 15:25:55 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 38 +++++++++---------- azalea-auth/Cargo.toml | 6 +-- azalea-block/Cargo.toml | 6 +-- azalea-block/azalea-block-macros/Cargo.toml | 2 +- azalea-brigadier/Cargo.toml | 2 +- azalea-buf/Cargo.toml | 4 +- azalea-buf/azalea-buf-macros/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 6 +-- azalea-client/Cargo.toml | 18 ++++----- azalea-core/Cargo.toml | 8 ++-- azalea-crypto/Cargo.toml | 4 +- azalea-language/Cargo.toml | 2 +- azalea-nbt/Cargo.toml | 4 +- azalea-physics/Cargo.toml | 8 ++-- azalea-protocol/Cargo.toml | 24 ++++++------ .../azalea-protocol-macros/Cargo.toml | 2 +- azalea-registry/Cargo.toml | 6 +-- .../azalea-registry-macros/Cargo.toml | 2 +- azalea-world/Cargo.toml | 14 +++---- azalea/Cargo.toml | 14 +++---- 20 files changed, 86 insertions(+), 86 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7b73c49..7bbb36ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "azalea" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-buf", "azalea-crypto", @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-block-macros", "azalea-buf", @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "azalea-block-macros" -version = "0.3.0" +version = "0.4.0" dependencies = [ "proc-macro2", "quote", @@ -165,11 +165,11 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.3.0" +version = "0.4.0" [[package]] name = "azalea-buf" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-buf-macros", "byteorder", @@ -181,7 +181,7 @@ dependencies = [ [[package]] name = "azalea-buf-macros" -version = "0.3.0" +version = "0.4.0" dependencies = [ "proc-macro2", "quote", @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-buf", "azalea-language", @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "azalea-core" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-buf", "azalea-chat", @@ -236,7 +236,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.3.0" +version = "0.4.0" dependencies = [ "aes", "azalea-buf", @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "azalea-language" -version = "0.3.0" +version = "0.4.0" dependencies = [ "once_cell", "serde", @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "azalea-nbt" -version = "0.3.0" +version = "0.4.0" dependencies = [ "ahash", "azalea-buf", @@ -274,7 +274,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-block", "azalea-core", @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-compression", "async-recursion", @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "azalea-protocol-macros" -version = "0.3.0" +version = "0.4.0" dependencies = [ "proc-macro2", "quote", @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "azalea-registry" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-buf", "azalea-registry-macros", @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "azalea-registry-macros" -version = "0.3.0" +version = "0.4.0" dependencies = [ "proc-macro2", "quote", @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.3.0" +version = "0.4.0" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index e7398cc5..4fe294fb 100755 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf", version = "^0.3.0"} -azalea-crypto = {path = "../azalea-crypto", version = "^0.3.0"} +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0" } chrono = {version = "0.4.22", default-features = false} log = "0.4.17" num-bigint = "0.4.3" diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 18faf275..7d5b772a 100755 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-block" repository = "https://github.com/mat-1/azalea/tree/main/azalea-block" -version = "0.3.0" +version = "0.4.0" [lib] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block-macros = {path = "./azalea-block-macros", version = "^0.3.0" } -azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } +azalea-block-macros = {path = "./azalea-block-macros", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index dc8b1f27..432447b7 100755 --- a/azalea-block/azalea-block-macros/Cargo.toml +++ b/azalea-block/azalea-block-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-block-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros" -version = "0.3.0" +version = "0.4.0" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index 987f1867..0a5d56c5 100755 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-brigadier" repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 3058d442..01048ceb 100755 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.3.0" } +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.4.0" } byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.34" diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 155acc84..fb81043f 100755 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.3.0" +version = "0.4.0" [lib] proc-macro = true diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 3fe28885..b85726a3 100755 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -3,14 +3,14 @@ description = "Parse Minecraft chat messages." edition = "2021" license = "MIT" name = "azalea-chat" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-chat" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.3.0" } -azalea-language = {path = "../azalea-language", version = "^0.3.0" } +azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.4.0" } +azalea-language = {path = "../azalea-language", version = "^0.4.0" } once_cell = "1.16.0" serde = "^1.0.130" serde_json = "^1.0.72" diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index fc3f2061..ec26d596 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,21 +4,21 @@ edition = "2021" license = "MIT" name = "azalea-client" repository = "https://github.com/mat-1/azalea/tree/main/azalea-client" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.59" async-trait = "0.1.58" -azalea-auth = {path = "../azalea-auth", version = "0.3.0"} -azalea-block = {path = "../azalea-block", version = "0.3.0"} -azalea-chat = {path = "../azalea-chat", version = "0.3.0"} -azalea-core = {path = "../azalea-core", version = "0.3.0"} -azalea-crypto = {path = "../azalea-crypto", version = "0.3.0"} -azalea-physics = {path = "../azalea-physics", version = "0.3.0"} -azalea-protocol = {path = "../azalea-protocol", version = "0.3.0"} -azalea-world = {path = "../azalea-world", version = "0.3.0"} +azalea-auth = {path = "../azalea-auth", version = "0.4.0" } +azalea-block = {path = "../azalea-block", version = "0.4.0" } +azalea-chat = {path = "../azalea-chat", version = "0.4.0" } +azalea-core = {path = "../azalea-core", version = "0.4.0" } +azalea-crypto = {path = "../azalea-crypto", version = "0.4.0" } +azalea-physics = {path = "../azalea-physics", version = "0.4.0" } +azalea-protocol = {path = "../azalea-protocol", version = "0.4.0" } +azalea-world = {path = "../azalea-world", version = "0.4.0" } log = "0.4.17" nohash-hasher = "0.2.0" once_cell = "1.16.0" diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 6d0174ba..d7be2a3c 100755 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -3,13 +3,13 @@ description = "Miscellaneous things in Azalea." edition = "2021" license = "MIT" name = "azalea-core" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-core" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } -azalea-chat = {path = "../azalea-chat", version = "^0.3.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-chat = {path = "../azalea-chat", version = "^0.4.0" } +azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" } uuid = "^1.1.2" diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 82057ec2..da1b0190 100755 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -3,14 +3,14 @@ description = "Cryptography features used in Minecraft." edition = "2021" license = "MIT" name = "azalea-crypto" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aes = "0.8.1" -azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } cfb8 = "0.8.1" num-bigint = "^0.4.3" rand = {version = "^0.8.4", features = ["getrandom"]} diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index 8696d30e..e263d709 100755 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-language" repository = "https://github.com/mat-1/azalea/tree/main/azalea-language" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index f104e7bc..11cad33d 100755 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -3,14 +3,14 @@ description = "A fast NBT serializer and deserializer." edition = "2021" license = "MIT" name = "azalea-nbt" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ahash = "^0.8.0" -azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } byteorder = "^1.4.3" flate2 = "^1.0.23" log = "0.4.17" diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 5090accb..7619db80 100755 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -4,14 +4,14 @@ edition = "2021" license = "MIT" name = "azalea-physics" repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = {path = "../azalea-block", version = "^0.3.0"} -azalea-core = {path = "../azalea-core", version = "^0.3.0"} -azalea-world = {path = "../azalea-world", version = "^0.3.0"} +azalea-block = {path = "../azalea-block", version = "^0.4.0" } +azalea-core = {path = "../azalea-core", version = "^0.4.0" } +azalea-world = {path = "../azalea-world", version = "^0.4.0" } once_cell = "1.16.0" parking_lot = "^0.12.1" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 35bd88d7..f9cf7d86 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -4,24 +4,24 @@ edition = "2021" license = "MIT" name = "azalea-protocol" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" -azalea-auth = {path = "../azalea-auth", version = "^0.3.0"} -azalea-block = {path = "../azalea-block", default-features = false, version = "^0.3.0"} -azalea-brigadier = {path = "../azalea-brigadier", version = "^0.3.0"} -azalea-buf = {path = "../azalea-buf", version = "^0.3.0"} -azalea-chat = {path = "../azalea-chat", version = "^0.3.0"} -azalea-core = {path = "../azalea-core", optional = true, version = "^0.3.0"} -azalea-crypto = {path = "../azalea-crypto", version = "^0.3.0"} -azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0"} -azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.3.0"} -azalea-registry = {path = "../azalea-registry", version = "^0.3.0"} -azalea-world = {path = "../azalea-world", version = "^0.3.0"} +azalea-auth = {path = "../azalea-auth", version = "^0.4.0" } +azalea-block = {path = "../azalea-block", default-features = false, version = "^0.4.0" } +azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-chat = {path = "../azalea-chat", version = "^0.4.0" } +azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0" } +azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0" } +azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" } +azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0" } +azalea-registry = {path = "../azalea-registry", version = "^0.4.0" } +azalea-world = {path = "../azalea-world", version = "^0.4.0" } byteorder = "^1.4.3" bytes = "^1.1.0" flate2 = "1.0.23" diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index b3a16b16..d4f8c4ef 100755 --- a/azalea-protocol/azalea-protocol-macros/Cargo.toml +++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml @@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol." edition = "2021" license = "MIT" name = "azalea-protocol-macros" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros" [lib] diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 6c742c0a..eb8463a5 100755 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -3,11 +3,11 @@ description = "Use Minecraft's registries." edition = "2021" license = "MIT" name = "azalea-registry" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } -azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.3.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.4.0" } diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 353183f0..274b5009 100755 --- a/azalea-registry/azalea-registry-macros/Cargo.toml +++ b/azalea-registry/azalea-registry-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-registry-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry/azalea-registry-macros" -version = "0.3.0" +version = "0.4.0" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 20dccbba..ecff03d3 100755 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,17 +4,17 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/mat-1/azalea/tree/main/azalea-world" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = {path = "../azalea-block", default-features = false, version = "^0.3.0"} -azalea-buf = {path = "../azalea-buf", version = "^0.3.0"} -azalea-chat = {path = "../azalea-chat", version = "^0.3.0"} -azalea-core = {path = "../azalea-core", version = "^0.3.0"} -azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0"} -azalea-registry = {path = "../azalea-registry", version = "^0.3.0"} +azalea-block = {path = "../azalea-block", default-features = false, version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-chat = {path = "../azalea-chat", version = "^0.4.0" } +azalea-core = {path = "../azalea-core", version = "^0.4.0" } +azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" } +azalea-registry = {path = "../azalea-registry", version = "^0.4.0" } enum-as-inner = "0.5.1" log = "0.4.17" nohash-hasher = "0.2.0" diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index aac249c8..92a689e0 100755 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,19 +4,19 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "^1.0.65" async-trait = "^0.1.57" -azalea-block = { version = "0.3.0", path = "../azalea-block" } -azalea-client = {version = "0.3.0", path = "../azalea-client"} -azalea-core = {version = "0.3.0", path = "../azalea-core"} -azalea-physics = { version = "0.3.0", path = "../azalea-physics" } -azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"} -azalea-world = { version = "0.3.0", path = "../azalea-world" } +azalea-block = { version = "0.4.0", path = "../azalea-block" } +azalea-client = {version = "0.4.0", path = "../azalea-client"} +azalea-core = {version = "0.4.0", path = "../azalea-core"} +azalea-physics = { version = "0.4.0", path = "../azalea-physics" } +azalea-protocol = {version = "0.4.0", path = "../azalea-protocol"} +azalea-world = { version = "0.4.0", path = "../azalea-world" } log = "0.4.17" num-traits = "0.2.15" parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}