Skip to content

Commit

Permalink
Set version to 0.9.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jan 2, 2025
1 parent 640c327 commit 5e8344b
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unrelased
## 0.9.0 (2025-01-01)

### Added

Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ repository = "https://github.com/kpreid/all-is-cubes"
# See <https://github.com/rust-lang/cargo/issues/12162> 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"
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-content/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-desktop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-gpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-mesh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-port/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-render/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 9 additions & 9 deletions all-is-cubes-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions all-is-cubes-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "all-is-cubes-wasm"
version = "0.8.0"
version = "0.9.0"
authors = ["Kevin Reid <[email protected]>"]
edition = "2021"
rust-version = "1.82"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions all-is-cubes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e8344b

Please sign in to comment.