Skip to content

Commit 8c591ed

Browse files
committed
Release
1 parent ae47406 commit 8c591ed

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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.12.1] - 2025-07-17
1112
### Added
1213
- [PR#16](https://github.com/Rust-GPU/spirv-tools-rs/pull/16) Skip compiling C++ code when running clippy, providing a significant speedup.
1314

@@ -94,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9495
- Added initial implementation, which includes the assembler, validator, and most of the optimizer, which meets the current needs of rust-gpu.
9596

9697
<!-- next-url -->
97-
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.0...HEAD
98+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.1...HEAD
99+
[0.12.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.0...v0.12.1
98100
[0.12.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.10.0...v0.12.0
99101
[0.10.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.9.0...0.10.0
100102
[0.9.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.8.0...0.9.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
name = "spirv-tools"
99
description = "Wrapper crate for SPIRV-Tools"
1010
repository = "https://github.com/rust-gpu/spirv-tools-rs"
11-
version = "0.12.0"
11+
version = "0.12.1"
1212
authors = ["Embark <opensource@embark-studios.com>"]
1313
edition = "2021"
1414
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)