Skip to content

Commit a8908f7

Browse files
committed
Release
1 parent b701d48 commit a8908f7

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.2] - 2025-08-28
1112
- [PR#18](https://github.com/Rust-GPU/spirv-tools-rs/pull/18) disable `array-bounds` and `stringop-overflow` warnings on gnu compilers
1213

1314
## [0.12.1] - 2025-07-17
@@ -97,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9798
- Added initial implementation, which includes the assembler, validator, and most of the optimizer, which meets the current needs of rust-gpu.
9899

99100
<!-- next-url -->
100-
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.1...HEAD
101+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.2...HEAD
102+
[0.12.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.1...v0.12.2
101103
[0.12.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.0...v0.12.1
102104
[0.12.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.10.0...v0.12.0
103105
[0.10.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.9.0...0.10.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.1"
11+
version = "0.12.2"
1212
authors = ["Embark <[email protected]>"]
1313
edition = "2021"
1414
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)