Skip to content

Commit 6d89471

Browse files
committed
Release 0.4.0
1 parent e62d4e3 commit 6d89471

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333

3434
## [Unreleased] - ReleaseDate
3535

36+
## [0.4.0] - 2024-10-07
37+
3638
### Changed 🛠
3739
- [PR#4](https://github.com/Rust-GPU/spirt/pull/4) updated `SPIRV-Headers`
3840
to match Vulkan SDK 1.3.290
@@ -146,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146148
- Pretty-printer with (styled and hyperlinked) HTML output.
147149

148150
<!-- next-url -->
149-
[Unreleased]: https://github.com/rust-gpu/spirt/compare/0.3.0...HEAD
151+
[Unreleased]: https://github.com/rust-gpu/spirt/compare/0.4.0...HEAD
152+
[0.4.0]: https://github.com/rust-gpu/spirt/compare/0.3.0...0.4.0
150153
[0.3.0]: https://github.com/rust-gpu/spirt/compare/0.2.0...0.3.0
151154
[0.2.0]: https://github.com/rust-gpu/spirt/compare/0.1.0...0.2.0
152155
<!-- HACK(eddyb) `0.0.0` doesn't exist as a "tag before the initial commit", but

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "spirt"
33
description = "Shader-focused IR to target, transform and translate from."
4-
repository = "https://github.com/rust-gpu/spirt"
4+
repository = "https://github.com/rust-gpu/spirt/tree/0.4.0"
55
homepage = "https://github.com/rust-gpu/spirt"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
authors = ["SPIR-T developers", "Embark <[email protected]>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)