From fa96af786b6f549edd8f04f4a19ced01faffe114 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 18 Apr 2024 20:22:26 -0500 Subject: [PATCH] Release 0.9.1 azalea@0.9.1 azalea-auth@0.9.1 azalea-block@0.9.1 azalea-block-macros@0.9.1 azalea-brigadier@0.9.1 azalea-buf@0.9.1 azalea-buf-macros@0.9.1 azalea-chat@0.9.1 azalea-client@0.9.1 azalea-core@0.9.1 azalea-crypto@0.9.1 azalea-entity@0.9.1 azalea-inventory@0.9.1 azalea-inventory-macros@0.9.1 azalea-language@0.9.1 azalea-physics@0.9.1 azalea-protocol@0.9.1 azalea-protocol-macros@0.9.1 azalea-registry@0.9.1 azalea-registry-macros@0.9.1 azalea-world@0.9.1 Generated by cargo-workspaces --- Cargo.lock | 42 +++++++++---------- azalea-auth/Cargo.toml | 2 +- azalea-block/Cargo.toml | 2 +- azalea-block/azalea-block-macros/Cargo.toml | 2 +- azalea-brigadier/Cargo.toml | 2 +- azalea-buf/Cargo.toml | 2 +- azalea-buf/azalea-buf-macros/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 2 +- azalea-client/Cargo.toml | 2 +- azalea-core/Cargo.toml | 2 +- azalea-crypto/Cargo.toml | 2 +- azalea-entity/Cargo.toml | 2 +- azalea-inventory/Cargo.toml | 2 +- .../azalea-inventory-macros/Cargo.toml | 2 +- azalea-language/Cargo.toml | 2 +- azalea-physics/Cargo.toml | 2 +- azalea-protocol/Cargo.toml | 2 +- .../azalea-protocol-macros/Cargo.toml | 2 +- azalea-registry/Cargo.toml | 2 +- .../azalea-registry-macros/Cargo.toml | 2 +- azalea-world/Cargo.toml | 2 +- azalea/Cargo.toml | 2 +- 22 files changed, 42 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f228d2d..741cce8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "azalea" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", @@ -236,7 +236,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-buf", "azalea-crypto", @@ -258,7 +258,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-block-macros", "azalea-buf", @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "azalea-block-macros" -version = "0.9.0" +version = "0.9.1" dependencies = [ "proc-macro2", "quote", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-buf", "azalea-chat", @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "azalea-buf" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-buf-macros", "byteorder", @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "azalea-buf-macros" -version = "0.9.0" +version = "0.9.1" dependencies = [ "proc-macro2", "quote", @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-buf", "azalea-language", @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", @@ -361,7 +361,7 @@ dependencies = [ [[package]] name = "azalea-core" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-buf", "azalea-inventory", @@ -378,7 +378,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.9.0" +version = "0.9.1" dependencies = [ "aes", "azalea-buf", @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "azalea-entity" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-block", "azalea-buf", @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "azalea-inventory" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-buf", "azalea-inventory-macros", @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "azalea-inventory-macros" -version = "0.9.0" +version = "0.9.1" dependencies = [ "proc-macro2", "quote", @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "azalea-language" -version = "0.9.0" +version = "0.9.1" dependencies = [ "once_cell", "serde", @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-block", "azalea-core", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-recursion", @@ -506,7 +506,7 @@ dependencies = [ [[package]] name = "azalea-protocol-macros" -version = "0.9.0" +version = "0.9.1" dependencies = [ "proc-macro2", "quote", @@ -515,7 +515,7 @@ dependencies = [ [[package]] name = "azalea-registry" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-buf", "azalea-registry-macros", @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "azalea-registry-macros" -version = "0.9.0" +version = "0.9.1" dependencies = [ "proc-macro2", "quote", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.9.0" +version = "0.9.1" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 72612454..b7179e72 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 1f3a829f..5b037709 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-block" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block" -version = "0.9.0" +version = "0.9.1" [lib] diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 7489a93e..adad7618 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/azalea-rs/azalea/tree/main/azalea-block/azalea-block-macros" -version = "0.9.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index d9bfa363..6615ac07 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/azalea-rs/azalea/tree/main/azalea-brigadier" -version = "0.9.0" +version = "0.9.1" # 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 eb432580..cb788600 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 0bef0aca..f9df0861 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/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.9.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 2536bfaa..f70c164c 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-chat" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-chat" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index cbf2b1de..78411ed9 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-client" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-client" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index d294b755..7df9bde2 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-core" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-core" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 04423f2a..07bd6847 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -3,7 +3,7 @@ description = "Cryptography features used in Minecraft." edition = "2021" license = "MIT" name = "azalea-crypto" -version = "0.9.0" +version = "0.9.1" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-crypto" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index c35323bb..fe098a15 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azalea-entity" -version = "0.9.0" +version = "0.9.1" edition = "2021" description = "Things related to Minecraft entities used by Azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity" diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index aacbd434..3f768a11 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-inventory" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index f3c40690..7f5dddf0 100644 --- a/azalea-inventory/azalea-inventory-macros/Cargo.toml +++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-inventory-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory/azalea-inventory-macros" -version = "0.9.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index 3ffa1f1c..09dcda51 100644 --- 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/azalea-rs/azalea/tree/main/azalea-language" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 7b762896..447f7b8c 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-physics" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-physics" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index d8025589..93908770 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-protocol" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index f37ca2ab..394c4c44 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.9.0" +version = "0.9.1" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol/azalea-protocol-macros" [lib] diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index e1bae3af..09789cff 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-registry" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index cb07e2f7..ac40eb7e 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/azalea-rs/azalea/tree/main/azalea-registry/azalea-registry-macros" -version = "0.9.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 20e3a261..37915f4c 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world" -version = "0.9.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index d1d9a4f8..72a18aa3 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea" -version = "0.9.0" +version = "0.9.1" [package.metadata.release] pre-release-replacements = [