Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Oct 7, 2024
1 parent e62d4e3 commit 6d89471
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.4.0] - 2024-10-07

### Changed 🛠
- [PR#4](https://github.com/Rust-GPU/spirt/pull/4) updated `SPIRV-Headers`
to match Vulkan SDK 1.3.290
Expand Down Expand Up @@ -146,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pretty-printer with (styled and hyperlinked) HTML output.

<!-- next-url -->
[Unreleased]: https://github.com/rust-gpu/spirt/compare/0.3.0...HEAD
[Unreleased]: https://github.com/rust-gpu/spirt/compare/0.4.0...HEAD
[0.4.0]: https://github.com/rust-gpu/spirt/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/rust-gpu/spirt/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/rust-gpu/spirt/compare/0.1.0...0.2.0
<!-- HACK(eddyb) `0.0.0` doesn't exist as a "tag before the initial commit", but
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "spirt"
description = "Shader-focused IR to target, transform and translate from."
repository = "https://github.com/rust-gpu/spirt"
repository = "https://github.com/rust-gpu/spirt/tree/0.4.0"
homepage = "https://github.com/rust-gpu/spirt"
version = "0.3.0"
version = "0.4.0"
authors = ["SPIR-T developers", "Embark <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6d89471

Please sign in to comment.