From 5e8344bff0aab0b1745671d0eaed797729f763d4 Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Wed, 1 Jan 2025 19:39:22 -0800 Subject: [PATCH] Set version to 0.9.0 for release. --- CHANGELOG.md | 2 +- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 20 ++++++++++---------- all-is-cubes-base/Cargo.toml | 2 +- all-is-cubes-content/Cargo.toml | 2 +- all-is-cubes-desktop/Cargo.toml | 2 +- all-is-cubes-gpu/Cargo.toml | 2 +- all-is-cubes-mesh/Cargo.toml | 2 +- all-is-cubes-port/Cargo.toml | 2 +- all-is-cubes-render/Cargo.toml | 2 +- all-is-cubes-server/Cargo.toml | 2 +- all-is-cubes-ui/Cargo.toml | 2 +- all-is-cubes-wasm/Cargo.lock | 18 +++++++++--------- all-is-cubes-wasm/Cargo.toml | 14 +++++++------- all-is-cubes/Cargo.toml | 2 +- all-is-cubes/README.md | 6 +++--- 16 files changed, 50 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d027860a0..8aee8dc5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unrelased +## 0.9.0 (2025-01-01) ### Added diff --git a/Cargo.lock b/Cargo.lock index 20c34c1e2..9cbbf7423 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "all-is-cubes" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes-base", "allocation-counter", @@ -96,7 +96,7 @@ dependencies = [ [[package]] name = "all-is-cubes-base" -version = "0.8.0" +version = "0.9.0" dependencies = [ "arbitrary", "bytemuck", @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "all-is-cubes-content" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-ui", @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "all-is-cubes-desktop" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-content", @@ -189,7 +189,7 @@ dependencies = [ [[package]] name = "all-is-cubes-gpu" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-mesh", @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "all-is-cubes-mesh" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-content", @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "all-is-cubes-port" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-mesh", @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "all-is-cubes-render" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "bitflags 2.6.0", @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "all-is-cubes-server" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async_fn_traits", @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "all-is-cubes-ui" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-render", diff --git a/Cargo.toml b/Cargo.toml index f3f6a4c04..6e4f8fd30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,16 +57,16 @@ repository = "https://github.com/kpreid/all-is-cubes" # See for more information; we may be able to # revisit this policy after the 2024 Edition is released. # -all-is-cubes = { path = "all-is-cubes", version = "0.8.0", default-features = false } -all-is-cubes-base = { path = "all-is-cubes-base", version = "0.8.0", default-features = false } -all-is-cubes-content = { path = "all-is-cubes-content", version = "0.8.0", default-features = false } -all-is-cubes-desktop = { path = "all-is-cubes-desktop", version = "0.8.0", default-features = false } -all-is-cubes-gpu = { path = "all-is-cubes-gpu", version = "0.8.0", default-features = false } -all-is-cubes-mesh = { path = "all-is-cubes-mesh", version = "0.8.0", default-features = false } -all-is-cubes-port = { path = "all-is-cubes-port", version = "0.8.0", default-features = false } -all-is-cubes-render = { path = "all-is-cubes-render", version = "0.8.0", default-features = false } -all-is-cubes-server = { path = "all-is-cubes-server", version = "0.8.0", default-features = false } -all-is-cubes-ui = { path = "all-is-cubes-ui", version = "0.8.0", default-features = false } +all-is-cubes = { path = "all-is-cubes", version = "0.9.0", default-features = false } +all-is-cubes-base = { path = "all-is-cubes-base", version = "0.9.0", default-features = false } +all-is-cubes-content = { path = "all-is-cubes-content", version = "0.9.0", default-features = false } +all-is-cubes-desktop = { path = "all-is-cubes-desktop", version = "0.9.0", default-features = false } +all-is-cubes-gpu = { path = "all-is-cubes-gpu", version = "0.9.0", default-features = false } +all-is-cubes-mesh = { path = "all-is-cubes-mesh", version = "0.9.0", default-features = false } +all-is-cubes-port = { path = "all-is-cubes-port", version = "0.9.0", default-features = false } +all-is-cubes-render = { path = "all-is-cubes-render", version = "0.9.0", default-features = false } +all-is-cubes-server = { path = "all-is-cubes-server", version = "0.9.0", default-features = false } +all-is-cubes-ui = { path = "all-is-cubes-ui", version = "0.9.0", default-features = false } allocation-counter = { version = "0.8.1", default-features = false } # Only used in std-using packages, so default features enabled anyhow = "1.0.70" diff --git a/all-is-cubes-base/Cargo.toml b/all-is-cubes-base/Cargo.toml index 9ce8d9be0..a77fd7b8c 100644 --- a/all-is-cubes-base/Cargo.toml +++ b/all-is-cubes-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-base" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-content/Cargo.toml b/all-is-cubes-content/Cargo.toml index eadd2afef..27c97d0cb 100644 --- a/all-is-cubes-content/Cargo.toml +++ b/all-is-cubes-content/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-content" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-desktop/Cargo.toml b/all-is-cubes-desktop/Cargo.toml index dd0501b48..07fdc8f14 100644 --- a/all-is-cubes-desktop/Cargo.toml +++ b/all-is-cubes-desktop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-desktop" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-gpu/Cargo.toml b/all-is-cubes-gpu/Cargo.toml index 2b16b63f1..ae602f24c 100644 --- a/all-is-cubes-gpu/Cargo.toml +++ b/all-is-cubes-gpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-gpu" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-mesh/Cargo.toml b/all-is-cubes-mesh/Cargo.toml index bf5546f57..74a172298 100644 --- a/all-is-cubes-mesh/Cargo.toml +++ b/all-is-cubes-mesh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-mesh" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-port/Cargo.toml b/all-is-cubes-port/Cargo.toml index 171088a34..5e4420473 100644 --- a/all-is-cubes-port/Cargo.toml +++ b/all-is-cubes-port/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-port" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-render/Cargo.toml b/all-is-cubes-render/Cargo.toml index a1d9d68dc..184367f03 100644 --- a/all-is-cubes-render/Cargo.toml +++ b/all-is-cubes-render/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-render" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-server/Cargo.toml b/all-is-cubes-server/Cargo.toml index 644547ae2..75ddb755d 100644 --- a/all-is-cubes-server/Cargo.toml +++ b/all-is-cubes-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-server" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-ui/Cargo.toml b/all-is-cubes-ui/Cargo.toml index 4e7c7e543..97354a98b 100644 --- a/all-is-cubes-ui/Cargo.toml +++ b/all-is-cubes-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes-ui" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes-wasm/Cargo.lock b/all-is-cubes-wasm/Cargo.lock index 4dc1089ac..3ab1af1bd 100644 --- a/all-is-cubes-wasm/Cargo.lock +++ b/all-is-cubes-wasm/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "all-is-cubes" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes-base", "arcstr", @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "all-is-cubes-base" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bytemuck", "cfg-if", @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "all-is-cubes-content" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-ui", @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "all-is-cubes-gpu" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-mesh", @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "all-is-cubes-mesh" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-render", @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "all-is-cubes-port" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-mesh", @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "all-is-cubes-render" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "bitflags 2.6.0", @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "all-is-cubes-ui" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-render", @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "all-is-cubes-wasm" -version = "0.8.0" +version = "0.9.0" dependencies = [ "all-is-cubes", "all-is-cubes-content", diff --git a/all-is-cubes-wasm/Cargo.toml b/all-is-cubes-wasm/Cargo.toml index 93bc966e1..800d0d527 100644 --- a/all-is-cubes-wasm/Cargo.toml +++ b/all-is-cubes-wasm/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "all-is-cubes-wasm" -version = "0.8.0" +version = "0.9.0" authors = ["Kevin Reid "] edition = "2021" rust-version = "1.82" @@ -27,12 +27,12 @@ doctest = false crate-type = ["lib", "cdylib"] [dependencies] -all-is-cubes = { path = "../all-is-cubes", version = "0.8.0" } -all-is-cubes-content = { path = "../all-is-cubes-content", version = "0.8.0" } -all-is-cubes-gpu = { path = "../all-is-cubes-gpu", version = "0.8.0", features = ["wgpu"] } -all-is-cubes-port = { path = "../all-is-cubes-port", version = "0.8.0", features = ["import", "all-formats"] } -all-is-cubes-render = { path = "../all-is-cubes-render", version = "0.8.0" } -all-is-cubes-ui = { path = "../all-is-cubes-ui", version = "0.8.0", features = ["session"] } +all-is-cubes = { path = "../all-is-cubes", version = "0.9.0" } +all-is-cubes-content = { path = "../all-is-cubes-content", version = "0.9.0" } +all-is-cubes-gpu = { path = "../all-is-cubes-gpu", version = "0.9.0", features = ["wgpu"] } +all-is-cubes-port = { path = "../all-is-cubes-port", version = "0.9.0", features = ["import", "all-formats"] } +all-is-cubes-render = { path = "../all-is-cubes-render", version = "0.9.0" } +all-is-cubes-ui = { path = "../all-is-cubes-ui", version = "0.9.0", features = ["session"] } console_log = "1.0.0" console_error_panic_hook = "0.1.5" form_urlencoded = "1.0.1" diff --git a/all-is-cubes/Cargo.toml b/all-is-cubes/Cargo.toml index 6e294aca0..7b97eadb4 100644 --- a/all-is-cubes/Cargo.toml +++ b/all-is-cubes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "all-is-cubes" -version = "0.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/all-is-cubes/README.md b/all-is-cubes/README.md index 4a00e93d0..2026cce48 100644 --- a/all-is-cubes/README.md +++ b/all-is-cubes/README.md @@ -16,9 +16,9 @@ please consult [the crate documentation]. This library is intended to be somewhat reusable for working with block/voxel data, but its API is not stable and it makes many specific assumptions. -[the crate documentation]: https://docs.rs/all-is-cubes/0.8.0/all_is_cubes/ -[Blocks]: https://docs.rs/all-is-cubes/0.8.0/all_is_cubes/block/enum.Block.html -[Spaces]: https://docs.rs/all-is-cubes/0.8.0/all_is_cubes/space/struct.Space.html +[the crate documentation]: https://docs.rs/all-is-cubes/0.9.0/all_is_cubes/ +[Blocks]: https://docs.rs/all-is-cubes/0.9.0/all_is_cubes/block/enum.Block.html +[Spaces]: https://docs.rs/all-is-cubes/0.9.0/all_is_cubes/space/struct.Space.html [embedded-graphics]: https://crates.io/crates/embedded-graphics Related crates