Skip to content

Commit 2a71f53

Browse files
committed
Release
1 parent c2cc709 commit 2a71f53

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use-installed-tools = [
3131
use-compiled-tools = ["spirv-tools-sys/use-compiled-tools"]
3232

3333
[dependencies]
34-
spirv-tools-sys = { version = "0.9", path = "./spirv-tools-sys", default-features = false }
34+
spirv-tools-sys = { version = "0.12", path = "./spirv-tools-sys", default-features = false }
3535
# Used for parsing output when running binaries
3636
memchr = { version = "2.3", optional = true }
3737
tempfile = { version = "3.1", optional = true }

spirv-tools-sys/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.12.0] - 2025-06-15
1112

1213
<!-- next-url -->
13-
[Unreleased]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.8.0...HEAD
14+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.0...HEAD
15+
[0.12.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.8.0...spirv-tools-sys-v0.12.0
1416
[0.8.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.7.0...spirv-tools-sys-v0.8.0
1517
[0.7.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.6.0...spirv-tools-sys-v0.7.0
1618
[0.6.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.5.0..spirv-tools-sys-.0.6.0

spirv-tools-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "spirv-tools-sys"
33
description = "Wrapper crate for SPIRV-Tools"
44
repository = "https://github.com/rust-gpu/spirv-tools-rs"
5-
version = "0.9.0"
5+
version = "0.12.0"
66
authors = ["Embark <opensource@embark-studios.com>"]
77
edition = "2021"
88
# This is the same license for the underlying SPIRV-Tools code

0 commit comments

Comments
 (0)