Skip to content

Commit

Permalink
Set version to 0.8.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jul 9, 2024
1 parent 1cb5160 commit e831f38
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

## Unreleased
## 0.8.0 (2024-07-08)

### 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 @@ -50,16 +50,16 @@ authors = ["Kevin Reid <[email protected]>"]
repository = "https://github.com/kpreid/all-is-cubes"

[workspace.dependencies]
all-is-cubes = { path = "all-is-cubes", version = "0.7.1", default-features = false }
all-is-cubes-base = { path = "all-is-cubes-base", version = "0.7.1", default-features = false }
all-is-cubes-content = { path = "all-is-cubes-content", version = "0.7.0", default-features = false }
all-is-cubes-desktop = { path = "all-is-cubes-desktop", version = "0.7.0", default-features = false }
all-is-cubes-gpu = { path = "all-is-cubes-gpu", version = "0.7.0", default-features = false }
all-is-cubes-mesh = { path = "all-is-cubes-mesh", version = "0.7.0", default-features = false }
all-is-cubes-port = { path = "all-is-cubes-port", version = "0.7.0", default-features = false }
all-is-cubes-render = { path = "all-is-cubes-render", version = "0.7.0", default-features = false }
all-is-cubes-server = { path = "all-is-cubes-server", version = "0.7.0", default-features = false }
all-is-cubes-ui = { path = "all-is-cubes-ui", version = "0.7.0", default-features = false }
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 }
allocation-counter = "0.8.1"
anyhow = "1.0.70"
# Each use should be { optional = true }.
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.7.1"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.0"
authors = ["Kevin Reid <[email protected]>"]
edition = "2021"
rust-version = "1.79"
Expand All @@ -26,12 +26,12 @@ doctest = false
crate-type = ["lib", "cdylib"]

[dependencies]
all-is-cubes = { path = "../all-is-cubes", version = "0.7.0" }
all-is-cubes-content = { path = "../all-is-cubes-content", version = "0.7.0" }
all-is-cubes-gpu = { path = "../all-is-cubes-gpu", version = "0.7.0", features = ["wgpu"] }
all-is-cubes-port = { path = "../all-is-cubes-port", version = "0.7.0" }
all-is-cubes-render = { path = "../all-is-cubes-render", version = "0.7.0" }
all-is-cubes-ui = { path = "../all-is-cubes-ui", version = "0.7.0" }
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" }
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" }
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.7.1"
version = "0.8.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 @@ -14,9 +14,9 @@ please consult [the crate documentation].

This library is intended to be somewhat reusable for working with block/voxel data, but it does not currently have a particularly stable interface as I am still changing it as requirements are discovered.

[the crate documentation]: https://docs.rs/all-is-cubes/0.7.0/all_is_cubes/
[Blocks]: https://docs.rs/all-is-cubes/0.7.0/all_is_cubes/block/enum.Block.html
[Spaces]: https://docs.rs/all-is-cubes/0.7.0/all_is_cubes/space/struct.Space.html
[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
[embedded-graphics]: https://crates.io/crates/embedded-graphics

Related crates
Expand Down

0 comments on commit e831f38

Please sign in to comment.