1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

chore: Release

This commit is contained in:
mat 2023-05-17 00:04:16 -05:00
parent cb20430481
commit 8ef57aa698
15 changed files with 50 additions and 50 deletions

24
Cargo.lock generated
View file

@ -160,7 +160,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]] [[package]]
name = "azalea" name = "azalea"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -194,7 +194,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-auth" name = "azalea-auth"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"azalea-buf", "azalea-buf",
"azalea-crypto", "azalea-crypto",
@ -212,7 +212,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-block" name = "azalea-block"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"azalea-block-macros", "azalea-block-macros",
"azalea-buf", "azalea-buf",
@ -221,7 +221,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-block-macros" name = "azalea-block-macros"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -230,7 +230,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-brigadier" name = "azalea-brigadier"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"azalea-buf", "azalea-buf",
"azalea-chat", "azalea-chat",
@ -272,7 +272,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-client" name = "azalea-client"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -320,7 +320,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-crypto" name = "azalea-crypto"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"aes", "aes",
"azalea-buf", "azalea-buf",
@ -354,7 +354,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-language" name = "azalea-language"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"serde", "serde",
@ -381,7 +381,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-physics" name = "azalea-physics"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"azalea-block", "azalea-block",
"azalea-core", "azalea-core",
@ -398,7 +398,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-protocol" name = "azalea-protocol"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-compression", "async-compression",
@ -436,7 +436,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-protocol-macros" name = "azalea-protocol-macros"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -463,7 +463,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-world" name = "azalea-world"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"azalea-block", "azalea-block",
"azalea-buf", "azalea-buf",

View file

@ -4,13 +4,13 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-auth" name = "azalea-auth"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth" repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth"
version = "0.6.0" version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-crypto = { path = "../azalea-crypto", version = "^0.6.0" } azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" }
chrono = { version = "0.4.22", default-features = false } chrono = { version = "0.4.22", default-features = false }
log = "0.4.17" log = "0.4.17"
num-bigint = "0.4.3" num-bigint = "0.4.3"

View file

@ -4,13 +4,13 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-block" name = "azalea-block"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block" repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
version = "0.6.0" version = "0.7.0"
[lib] [lib]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
azalea-block-macros = { path = "./azalea-block-macros", version = "^0.6.0" } azalea-block-macros = { path = "./azalea-block-macros", version = "^0.7.0" }
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-registry = { version = "0.7.0", path = "../azalea-registry" } azalea-registry = { version = "0.7.0", path = "../azalea-registry" }

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-block-macros" name = "azalea-block-macros"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros"
version = "0.6.0" version = "0.7.0"
[lib] [lib]
proc-macro = true proc-macro = true

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-brigadier" name = "azalea-brigadier"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier" repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier"
version = "0.6.0" version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -15,7 +15,7 @@ default = ["azalea-buf"]
azalea-buf = { path = "../azalea-buf", features = [ azalea-buf = { path = "../azalea-buf", features = [
"serde_json", "serde_json",
], version = "^0.7.0", optional = true } ], version = "^0.7.0", optional = true }
azalea-language = { path = "../azalea-language", version = "^0.6.0" } azalea-language = { path = "../azalea-language", version = "^0.7.0" }
log = "0.4.17" log = "0.4.17"
once_cell = "1.16.0" once_cell = "1.16.0"
serde = { version = "^1.0", features = ["derive"] } serde = { version = "^1.0", features = ["derive"] }

View file

@ -4,22 +4,22 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-client" name = "azalea-client"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client" repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
version = "0.6.0" version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.59" anyhow = "1.0.59"
async-trait = "0.1.58" async-trait = "0.1.58"
azalea-auth = { path = "../azalea-auth", version = "0.6.0" } azalea-auth = { path = "../azalea-auth", version = "0.7.0" }
azalea-block = { path = "../azalea-block", version = "0.6.0" } azalea-block = { path = "../azalea-block", version = "0.7.0" }
azalea-chat = { path = "../azalea-chat", version = "0.7.0" } azalea-chat = { path = "../azalea-chat", version = "0.7.0" }
azalea-core = { path = "../azalea-core", version = "0.7.0" } azalea-core = { path = "../azalea-core", version = "0.7.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.6.0" } azalea-crypto = { path = "../azalea-crypto", version = "0.7.0" }
azalea-physics = { path = "../azalea-physics", version = "0.6.0" } azalea-physics = { path = "../azalea-physics", version = "0.7.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.6.0" } azalea-protocol = { path = "../azalea-protocol", version = "0.7.0" }
azalea-registry = { path = "../azalea-registry", version = "0.7.0" } azalea-registry = { path = "../azalea-registry", version = "0.7.0" }
azalea-world = { path = "../azalea-world", version = "0.6.0" } azalea-world = { path = "../azalea-world", version = "0.7.0" }
bevy_app = "0.10.0" bevy_app = "0.10.0"
bevy_ecs = "0.10.0" bevy_ecs = "0.10.0"
bevy_log = "0.10.0" bevy_log = "0.10.0"

View file

@ -3,7 +3,7 @@ description = "Cryptography features used in Minecraft."
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-crypto" name = "azalea-crypto"
version = "0.6.0" version = "0.7.0"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-language" name = "azalea-language"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-language" repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
version = "0.6.0" version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,16 +4,16 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-physics" name = "azalea-physics"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics" repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics"
version = "0.6.0" version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
azalea-block = { path = "../azalea-block", version = "^0.6.0" } azalea-block = { path = "../azalea-block", version = "^0.7.0" }
azalea-core = { path = "../azalea-core", version = "^0.7.0" } azalea-core = { path = "../azalea-core", version = "^0.7.0" }
azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" }
azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } azalea-registry = { path = "../azalea-registry", version = "^0.7.0" }
azalea-world = { path = "../azalea-world", version = "^0.6.0" } azalea-world = { path = "../azalea-world", version = "^0.7.0" }
bevy_app = "0.10.0" bevy_app = "0.10.0"
bevy_ecs = "0.10.0" bevy_ecs = "0.10.0"
once_cell = "1.16.0" once_cell = "1.16.0"

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-protocol" name = "azalea-protocol"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
version = "0.6.0" version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -14,9 +14,9 @@ async-compression = { version = "^0.3.8", features = [
"zlib", "zlib",
], optional = true } ], optional = true }
async-recursion = "1.0.0" async-recursion = "1.0.0"
azalea-auth = { path = "../azalea-auth", version = "^0.6.0" } azalea-auth = { path = "../azalea-auth", version = "^0.7.0" }
azalea-block = { path = "../azalea-block", default-features = false, version = "^0.6.0" } azalea-block = { path = "../azalea-block", default-features = false, version = "^0.7.0" }
azalea-brigadier = { path = "../azalea-brigadier", version = "^0.6.0", features = [ azalea-brigadier = { path = "../azalea-brigadier", version = "^0.7.0", features = [
"azalea-buf", "azalea-buf",
] } ] }
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
@ -24,14 +24,14 @@ azalea-chat = { path = "../azalea-chat", version = "^0.7.0" }
azalea-core = { path = "../azalea-core", optional = true, version = "^0.7.0", features = [ azalea-core = { path = "../azalea-core", optional = true, version = "^0.7.0", features = [
"serde", "serde",
] } ] }
azalea-crypto = { path = "../azalea-crypto", version = "^0.6.0" } azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" }
azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" }
azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0", features = [ azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0", features = [
"serde", "serde",
] } ] }
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "^0.6.0" } azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "^0.7.0" }
azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } azalea-registry = { path = "../azalea-registry", version = "^0.7.0" }
azalea-world = { path = "../azalea-world", version = "^0.6.0" } azalea-world = { path = "../azalea-world", version = "^0.7.0" }
bevy_ecs = { version = "0.10.0", default-features = false } bevy_ecs = { version = "0.10.0", default-features = false }
byteorder = "^1.4.3" byteorder = "^1.4.3"
bytes = "^1.1.0" bytes = "^1.1.0"

View file

@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol."
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-protocol-macros" name = "azalea-protocol-macros"
version = "0.6.0" version = "0.7.0"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros"
[lib] [lib]

View file

@ -4,12 +4,12 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-world" name = "azalea-world"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-world" repository = "https://github.com/mat-1/azalea/tree/main/azalea-world"
version = "0.6.0" version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
azalea-block = { path = "../azalea-block", default-features = false, version = "^0.6.0" } azalea-block = { path = "../azalea-block", default-features = false, version = "^0.7.0" }
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } azalea-chat = { path = "../azalea-chat", version = "^0.7.0" }
azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [ azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea" name = "azalea"
repository = "https://github.com/mat-1/azalea/tree/main/azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea"
version = "0.6.0" version = "0.7.0"
[package.metadata.release] [package.metadata.release]
pre-release-replacements = [ pre-release-replacements = [
@ -14,17 +14,17 @@ pre-release-replacements = [
[dependencies] [dependencies]
anyhow = "^1.0.65" anyhow = "^1.0.65"
async-trait = "0.1.58" async-trait = "0.1.58"
azalea-block = { version = "0.6.0", path = "../azalea-block" } azalea-block = { version = "0.7.0", path = "../azalea-block" }
azalea-chat = { version = "0.7.0", path = "../azalea-chat" } azalea-chat = { version = "0.7.0", path = "../azalea-chat" }
azalea-client = { version = "0.6.0", path = "../azalea-client" } azalea-client = { version = "0.7.0", path = "../azalea-client" }
azalea-core = { version = "0.7.0", path = "../azalea-core" } azalea-core = { version = "0.7.0", path = "../azalea-core" }
azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" }
azalea-physics = { version = "0.6.0", path = "../azalea-physics" } azalea-physics = { version = "0.7.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.6.0", path = "../azalea-protocol" } azalea-protocol = { version = "0.7.0", path = "../azalea-protocol" }
azalea-registry = { version = "0.7.0", path = "../azalea-registry" } azalea-registry = { version = "0.7.0", path = "../azalea-registry" }
azalea-world = { version = "0.6.0", path = "../azalea-world" } azalea-world = { version = "0.7.0", path = "../azalea-world" }
azalea-auth = { version = "0.6.0", path = "../azalea-auth" } azalea-auth = { version = "0.7.0", path = "../azalea-auth" }
azalea-brigadier = { version = "0.6.0", path = "../azalea-brigadier" } azalea-brigadier = { version = "0.7.0", path = "../azalea-brigadier" }
bevy_app = "0.10.0" bevy_app = "0.10.0"
bevy_ecs = "0.10.0" bevy_ecs = "0.10.0"
bevy_tasks = "0.10.0" bevy_tasks = "0.10.0"

View file

@ -15,7 +15,7 @@ Then, add one of the following lines to your Cargo.toml:
Latest bleeding-edge version: Latest bleeding-edge version:
`azalea = { git="https://github.com/mat-1/azalea" }`\ `azalea = { git="https://github.com/mat-1/azalea" }`\
Latest "stable" release: Latest "stable" release:
`azalea = "0.6.0"` `azalea = "0.7.0"`
## Optimization ## Optimization