From 6d89471bb8c810d9d749c7a4009ba47d51811866 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Mon, 7 Oct 2024 12:28:21 +0300 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19492a8..2976628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. -[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