aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-02-09 21:03:16 -0600
committermat <github@matdoes.dev>2023-02-09 21:03:16 -0600
commitba3d8c35af15c2286e2eeb8259f8340adf975691 (patch)
tree51edbdb47d6c42adc7369f372557069736fadbf7 /azalea
parent2c7518be33577b767c62c82143f8cc0d9c4275ca (diff)
downloadazalea-drasl-ba3d8c35af15c2286e2eeb8259f8340adf975691.tar.xz
chore: Release
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml18
-rwxr-xr-xazalea/README.md2
2 files changed, 10 insertions, 10 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index a37cb84c..e1d5db04 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.5.0"
+version = "0.6.0"
[package.metadata.release]
pre-release-replacements = [
@@ -14,15 +14,15 @@ pre-release-replacements = [
[dependencies]
anyhow = "^1.0.65"
async-trait = "0.1.58"
-azalea-block = {version = "0.5.0", path = "../azalea-block"}
-azalea-chat = {version = "0.5.0", path = "../azalea-chat"}
-azalea-client = {version = "0.5.0", path = "../azalea-client"}
-azalea-core = {version = "0.5.0", path = "../azalea-core"}
+azalea-block = {version = "0.6.0", path = "../azalea-block"}
+azalea-chat = {version = "0.6.0", path = "../azalea-chat"}
+azalea-client = {version = "0.6.0", path = "../azalea-client"}
+azalea-core = {version = "0.6.0", path = "../azalea-core"}
azalea-ecs = {version = "0.6.0", path = "../azalea-ecs"}
-azalea-physics = {version = "0.5.0", path = "../azalea-physics"}
-azalea-protocol = {version = "0.5.0", path = "../azalea-protocol"}
-azalea-registry = {version = "0.5.0", path = "../azalea-registry"}
-azalea-world = {version = "0.5.0", path = "../azalea-world"}
+azalea-physics = {version = "0.6.0", path = "../azalea-physics"}
+azalea-protocol = {version = "0.6.0", path = "../azalea-protocol"}
+azalea-registry = {version = "0.6.0", path = "../azalea-registry"}
+azalea-world = {version = "0.6.0", path = "../azalea-world"}
bevy_tasks = "0.9.1"
derive_more = {version = "0.99.17", features = ["deref", "deref_mut"]}
futures = "0.3.25"
diff --git a/azalea/README.md b/azalea/README.md
index ec694d4f..a9ef7094 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.5.0"`
+`azalea = "0.6.0"`
## Optimization