Skip to content

Commit b701d48

Browse files
committed
Release
1 parent ca0810f commit b701d48

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,11 +8,13 @@ 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
## [0.12.1] - 2025-07-17
1213
## [0.12.0] - 2025-06-15
1314

1415
<!-- next-url -->
15-
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.1...HEAD
16+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.2...HEAD
17+
[0.12.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.1...spirv-tools-sys-v0.12.2
1618
[0.12.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.0...spirv-tools-sys-v0.12.1
1719
[0.12.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.8.0...spirv-tools-sys-v0.12.0
1820
[0.8.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.7.0...spirv-tools-sys-v0.8.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.1"
5+
version = "0.12.2"
66
authors = ["Embark <[email protected]>"]
77
edition = "2021"
88
# This is the same license for the underlying SPIRV-Tools code

0 commit comments

Comments
 (0)