Skip to content

Commit ae47406

Browse files
committed
Release
1 parent a90799e commit ae47406

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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.

spirv-tools-sys/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ 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
## [0.12.0] - 2025-06-15
1213

1314
<!-- next-url -->
14-
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.0...HEAD
15+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.1...HEAD
16+
[0.12.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.0...spirv-tools-sys-v0.12.1
1517
[0.12.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.8.0...spirv-tools-sys-v0.12.0
1618
[0.8.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.7.0...spirv-tools-sys-v0.8.0
1719
[0.7.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.6.0...spirv-tools-sys-v0.7.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.12.0"
5+
version = "0.12.1"
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)