Skip to content

Commit 6f168f0

Browse files
committed
Release
1 parent 2a71f53 commit 6f168f0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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.0] - 2025-06-15
1112
### Changed
1213
- [PR#11](https://github.com/Rust-GPU/spirv-tools-rs/pull/11) add targets `vulkan1.3`, `vulkan1.4` and `spv1.6`
1314

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

9293
<!-- next-url -->
93-
[Unreleased]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.10.0...HEAD
94+
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/v0.12.0...HEAD
95+
[0.12.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.10.0...v0.12.0
9496
[0.10.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.9.0...0.10.0
9597
[0.9.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.8.0...0.9.0
9698
[0.8.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.7.1...0.8.0

Cargo.toml

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

0 commit comments

Comments
 (0)