aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-17 00:04:16 -0500
committermat <git@matdoes.dev>2023-05-17 00:04:16 -0500
commit8ef57aa698a373661076933e8aa25af0f82c758d (patch)
tree7c44b2fe57d1faca0e8b5b4ba0f62538da968362 /azalea
parentcb204304813f63b8ef6601dce84f8f911b0af154 (diff)
downloadazalea-drasl-8ef57aa698a373661076933e8aa25af0f82c758d.tar.xz
chore: Release
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml16
-rwxr-xr-xazalea/README.md2
2 files changed, 9 insertions, 9 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 1fd25ccd..c03248a7 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea"
repository = "https://github.com/mat-1/azalea/tree/main/azalea"
-version = "0.6.0"
+version = "0.7.0"
[package.metadata.release]
pre-release-replacements = [
@@ -14,17 +14,17 @@ pre-release-replacements = [
[dependencies]
anyhow = "^1.0.65"
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-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-inventory = { version = "0.7.0", path = "../azalea-inventory" }
-azalea-physics = { version = "0.6.0", path = "../azalea-physics" }
-azalea-protocol = { version = "0.6.0", path = "../azalea-protocol" }
+azalea-physics = { version = "0.7.0", path = "../azalea-physics" }
+azalea-protocol = { version = "0.7.0", path = "../azalea-protocol" }
azalea-registry = { version = "0.7.0", path = "../azalea-registry" }
-azalea-world = { version = "0.6.0", path = "../azalea-world" }
-azalea-auth = { version = "0.6.0", path = "../azalea-auth" }
-azalea-brigadier = { version = "0.6.0", path = "../azalea-brigadier" }
+azalea-world = { version = "0.7.0", path = "../azalea-world" }
+azalea-auth = { version = "0.7.0", path = "../azalea-auth" }
+azalea-brigadier = { version = "0.7.0", path = "../azalea-brigadier" }
bevy_app = "0.10.0"
bevy_ecs = "0.10.0"
bevy_tasks = "0.10.0"
diff --git a/azalea/README.md b/azalea/README.md
index 21be566a..e173bdd2 100755
--- a/azalea/README.md
+++ b/azalea/README.md
@@ -15,7 +15,7 @@ Then, add one of the following lines to your Cargo.toml:
Latest bleeding-edge version:
`azalea = { git="https://github.com/mat-1/azalea" }`\
Latest "stable" release:
-`azalea = "0.6.0"`
+`azalea = "0.7.0"`
## Optimization