Skip to content

Commit a68c58a

Browse files
committed
Release 0.13.2
1 parent 9dc6bb0 commit a68c58a

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010
[workspace.package]
1111
description = "Wrapper crate for SPIRV-Tools"
1212
repository = "https://github.com/rust-gpu/spirv-tools-rs"
13-
version = "0.13.1"
13+
version = "0.13.2"
1414
authors = ["rust-gpu developers", "Embark <opensource@embark-studios.com>"]
1515
edition = "2024"
1616
license = "MIT OR Apache-2.0"
@@ -20,5 +20,5 @@ keywords = ["spir-v", "rust-gpu"]
2020
categories = ["rendering::data-formats"]
2121

2222
[workspace.dependencies]
23-
spirv-tools = { path = "spirv-tools", version = "0.13.1", default-features = false }
24-
spirv-tools-sys = { path = "spirv-tools-sys", version = "0.13.1", default-features = false }
23+
spirv-tools = { path = "spirv-tools", version = "0.13.2", default-features = false }
24+
spirv-tools-sys = { path = "spirv-tools-sys", version = "0.13.2", default-features = false }

spirv-tools-sys/CHANGELOG.md

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

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.13.2] - 2026-02-16
1112
## [0.13.1] - 2026-02-12
1213
## [0.13.0] - 2025-10-07
1314
## [0.12.2] - 2025-08-28
1415
## [0.12.1] - 2025-07-17
1516
## [0.12.0] - 2025-06-15
1617

1718
<!-- next-url -->
18-
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.13.1...HEAD
19+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.13.2...HEAD
20+
[0.13.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.13.1...spirv-tools-sys-v0.13.2
1921
[0.13.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.13.0...spirv-tools-sys-v0.13.1
2022
[0.13.0]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.2...spirv-tools-sys-v0.13.0
2123
[0.12.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.1...spirv-tools-sys-v0.12.2

spirv-tools/CHANGELOG.md

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

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.13.2] - 2026-02-16
1112
- [PR#26](https://github.com/Rust-GPU/spirv-tools-rs/pull/26) never skip C++ compile on clippy, [caused issues downstream](https://github.com/Rust-GPU/cargo-gpu/issues/140)
1213

1314
## [0.13.1] - 2026-02-12
@@ -108,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108109
- Added initial implementation, which includes the assembler, validator, and most of the optimizer, which meets the current needs of rust-gpu.
109110

110111
<!-- next-url -->
111-
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-v0.13.1...HEAD
112+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-v0.13.2...HEAD
113+
[0.13.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-v0.13.1...spirv-tools-v0.13.2
112114
[0.13.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-v0.13.0...spirv-tools-v0.13.1
113115
[0.13.0]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.2...spirv-tools-v0.13.0
114116
[0.12.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.1...v0.12.2

0 commit comments

Comments
 (0)