From 44ab1ad6ef52f31399fb0deabe71ec5e43cc9a08 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 30 Oct 2022 14:04:11 -0500 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 | 6 +-- 20 files changed, 82 insertions(+), 82 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f537122..2837c689 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "azalea" -version = "0.2.4" +version = "0.3.0" dependencies = [ "anyhow", "async-trait", @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.2.2" +version = "0.3.0" dependencies = [ "azalea-buf", "azalea-crypto", @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.2.0" +version = "0.3.0" dependencies = [ "azalea-block-macros", "azalea-buf", @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "azalea-block-macros" -version = "0.2.0" +version = "0.3.0" dependencies = [ "proc-macro2", "quote", @@ -149,11 +149,11 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.2.0" +version = "0.3.0" [[package]] name = "azalea-buf" -version = "0.2.0" +version = "0.3.0" dependencies = [ "azalea-buf-macros", "byteorder", @@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "azalea-buf-macros" -version = "0.2.0" +version = "0.3.0" dependencies = [ "proc-macro2", "quote", @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.2.0" +version = "0.3.0" dependencies = [ "azalea-buf", "azalea-language", @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.2.2" +version = "0.3.0" dependencies = [ "anyhow", "azalea-auth", @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "azalea-core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "azalea-buf", "azalea-chat", @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aes", "azalea-buf", @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "azalea-language" -version = "0.2.0" +version = "0.3.0" dependencies = [ "lazy_static", "serde", @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "azalea-nbt" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ahash", "azalea-buf", @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.2.0" +version = "0.3.0" dependencies = [ "azalea-block", "azalea-core", @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-compression", "async-recursion", @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "azalea-protocol-macros" -version = "0.2.0" +version = "0.3.0" dependencies = [ "proc-macro2", "quote", @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "azalea-registry" -version = "0.2.0" +version = "0.3.0" dependencies = [ "azalea-buf", "azalea-registry-macros", @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "azalea-registry-macros" -version = "0.2.0" +version = "0.3.0" dependencies = [ "proc-macro2", "quote", @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.2.0" +version = "0.3.0" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 4199ad3c..da5460ab 100644 --- 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.2.2" +version = "0.3.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.2.0"} -azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0"} +azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } +azalea-crypto = {path = "../azalea-crypto", version = "^0.3.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 26d30ec8..18faf275 100644 --- 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.2.0" +version = "0.3.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.2.0"} -azalea-buf = {path = "../azalea-buf", version = "^0.2.0"} +azalea-block-macros = {path = "./azalea-block-macros", version = "^0.3.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index c1e66f62..dc8b1f27 100644 --- 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.2.0" +version = "0.3.0" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index c959b0f5..987f1867 100644 --- 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.2.0" +version = "0.3.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 7011610e..d8be1a11 100644 --- 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.2.0" +version = "0.3.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.2.0"} +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.3.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 26ed3329..155acc84 100644 --- 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.2.0" +version = "0.3.0" [lib] proc-macro = true diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 60460053..7710a4c2 100644 --- 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.2.0" +version = "0.3.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.2.0" } -azalea-language = {path = "../azalea-language", version = "^0.2.0" } +azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.3.0" } +azalea-language = {path = "../azalea-language", version = "^0.3.0" } lazy_static = "^1.4.0" serde = "^1.0.130" serde_json = "^1.0.72" diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 910d1376..93559293 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -3,21 +3,21 @@ description = "A headless Minecraft client." edition = "2021" license = "MIT" name = "azalea-client" -version = "0.2.2" +version = "0.3.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-client" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.59" -azalea-auth = { path = "../azalea-auth", version = "0.2.1" } -azalea-block = { path = "../azalea-block", version = "0.2.0" } -azalea-chat = { path = "../azalea-chat", version = "0.2.0" } -azalea-core = { path = "../azalea-core", version = "0.2.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" } -azalea-physics = { path = "../azalea-physics", version = "0.2.0" } -azalea-protocol = { path = "../azalea-protocol", version = "0.2.0" } -azalea-world = { path = "../azalea-world", version = "0.2.0" } +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" } log = "0.4.17" parking_lot = "0.12.1" thiserror = "^1.0.34" diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 775b481a..6d0174ba 100644 --- 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.2.0" +version = "0.3.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.2.0" } -azalea-chat = {path = "../azalea-chat", version = "^0.2.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" } +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" } uuid = "^1.1.2" diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 68930c23..82057ec2 100644 --- 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.2.0" +version = "0.3.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.2.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.3.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 bbb0e87b..4793092a 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -3,7 +3,7 @@ description = "Translate Minecraft strings from their id." edition = "2021" license = "MIT" name = "azalea-language" -version = "0.2.0" +version = "0.3.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-language" # 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 89e14072..5e776dbe 100644 --- 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.2.0" +version = "0.3.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.2.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } byteorder = "^1.4.3" flate2 = "^1.0.23" num-derive = "^0.3.3" diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index fdaf7889..8012a674 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -3,15 +3,15 @@ description = "Physics for Minecraft entities." edition = "2021" license = "MIT" name = "azalea-physics" -version = "0.2.0" +version = "0.3.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block", version = "^0.2.0" } -azalea-core = { path = "../azalea-core", version = "^0.2.0" } -azalea-world = { path = "../azalea-world", version = "^0.2.0" } +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" } lazy_static = "1.4.0" [dev-dependencies] diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 0f4d5d36..f08282d0 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -3,7 +3,7 @@ description = "Send and receive Minecraft packets." edition = "2021" license = "MIT" name = "azalea-protocol" -version = "0.2.0" +version = "0.3.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -11,17 +11,17 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" [dependencies] async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" -azalea-auth = {path = "../azalea-auth", version = "^0.2.1" } -azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" } -azalea-brigadier = {path = "../azalea-brigadier", version = "^0.2.0" } -azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } -azalea-chat = {path = "../azalea-chat", version = "^0.2.0" } -azalea-core = {path = "../azalea-core", optional = true, version = "^0.2.0" } -azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" } -azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.2.0" } -azalea-registry = {path = "../azalea-registry", version = "^0.2.0" } -azalea-world = {path = "../azalea-world", version = "^0.2.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" } 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 9a70b820..b3a16b16 100644 --- 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.2.0" +version = "0.3.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 52bbd453..6c742c0a 100644 --- 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.2.0" +version = "0.3.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.2.0" } -azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.2.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } +azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.3.0" } diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 6ba5da92..353183f0 100644 --- 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.2.0" +version = "0.3.0" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index c052f89f..058feca1 100644 --- 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.2.0" +version = "0.3.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.2.0"} -azalea-buf = {path = "../azalea-buf", version = "^0.2.0"} -azalea-chat = {path = "../azalea-chat", version = "^0.2.0"} -azalea-core = {path = "../azalea-core", version = "^0.2.0"} -azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0"} -azalea-registry = {path = "../azalea-registry", version = "^0.2.0"} +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" } log = "0.4.17" nohash-hasher = "0.2.0" thiserror = "1.0.34" diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index a456d1ea..35387bf1 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,15 +4,15 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea" -version = "0.2.4" +version = "0.3.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-client = {version = "0.2.2", path = "../azalea-client"} -azalea-protocol = {version = "0.2.0", path = "../azalea-protocol"} +azalea-client = {version = "0.3.0", path = "../azalea-client"} +azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"} parking_lot = "^0.12.1" thiserror = "^1.0.37" tokio = "^1.21.1"