Skip to content

Commit b26e408

Browse files
chore: release v0.10.0-alpha.2
1 parent 66b7eb3 commit b26e408

3 files changed

Lines changed: 17 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.10.0-alpha.2](https://github.com/Rust-GPU/rust-gpu/compare/v0.10.0-alpha.1...v0.10.0-alpha.2) - 2026-05-07
910
## [0.10.0-alpha.1](https://github.com/Rust-GPU/rust-gpu/compare/v0.9.0...v0.10.0-alpha.1) - 2026-04-13
1011

1112
Toolchain: `nightly-2026-04-11` (rustc 1.96.0)

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exclude = [
4444
]
4545

4646
[workspace.package]
47-
version = "0.10.0-alpha.1"
47+
version = "0.10.0-alpha.2"
4848
authors = ["rust-gpu developers", "Embark <opensource@embark-studios.com>"]
4949
edition = "2024"
5050
license = "MIT OR Apache-2.0"
@@ -55,14 +55,14 @@ keywords = ["gpu", "compiler", "rust-gpu"]
5555
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }
5656

5757
[workspace.dependencies]
58-
spirv-builder = { path = "./crates/spirv-builder", version = "=0.10.0-alpha.1", default-features = false }
59-
spirv-std = { path = "./crates/spirv-std", version = "=0.10.0-alpha.1" }
60-
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.10.0-alpha.1" }
61-
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.10.0-alpha.1" }
58+
spirv-builder = { path = "./crates/spirv-builder", version = "=0.10.0-alpha.2", default-features = false }
59+
spirv-std = { path = "./crates/spirv-std", version = "=0.10.0-alpha.2" }
60+
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.10.0-alpha.2" }
61+
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.10.0-alpha.2" }
6262
spirv-tools = { version = "0.13.0", default-features = false }
63-
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.10.0-alpha.1", default-features = false }
64-
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.10.0-alpha.1" }
65-
cargo-gpu-install = { path = "./crates/cargo-gpu-install", version = "=0.10.0-alpha.1" }
63+
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.10.0-alpha.2", default-features = false }
64+
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.10.0-alpha.2" }
65+
cargo-gpu-install = { path = "./crates/cargo-gpu-install", version = "=0.10.0-alpha.2" }
6666

6767
# normal dependencies
6868
anyhow = "1.0.98"

0 commit comments

Comments
 (0)