Skip to content

Commit 329e258

Browse files
github-actions[bot]Firestar99
authored andcommitted
chore: release v0.13.3
1 parent 87c4584 commit 329e258

4 files changed

Lines changed: 7 additions & 5 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.2"
13+
version = "0.13.3"
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.2", default-features = false }
24-
spirv-tools-sys = { path = "spirv-tools-sys", version = "0.13.2", default-features = false }
23+
spirv-tools = { path = "spirv-tools", version = "0.13.3", default-features = false }
24+
spirv-tools-sys = { path = "spirv-tools-sys", version = "0.13.3", default-features = false }

spirv-tools-sys/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] - ReleaseDate
9+
## [0.13.3](https://github.com/Rust-GPU/spirv-tools-rs/compare/spirv-tools-sys-v0.13.2...spirv-tools-sys-v0.13.3) - 2026-04-09
910
## [0.13.2] - 2026-02-16
1011
## [0.13.1] - 2026-02-12
1112
## [0.13.0] - 2025-10-07

spirv-tools/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] - ReleaseDate
9+
## [0.13.3](https://github.com/Rust-GPU/spirv-tools-rs/compare/spirv-tools-v0.13.2...spirv-tools-v0.13.3) - 2026-04-09
910
- [PR#28](https://github.com/Rust-GPU/spirv-tools-rs/pull/28) fix `CXX=clang++` failing to build, and don't error on warnings
1011

1112
## [0.13.2] - 2026-02-16

0 commit comments

Comments
 (0)