diff --git a/CHANGELOG.md b/CHANGELOG.md index f982bc4..54a8b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.6.0] - 2021-03-25 ### Changed - [PR#20](https://github.com/EmbarkStudios/spirv-tools-rs/pull/20) changed the format of `Error::Display` to not include the spirv result code as it differs between compiled and tool mode since the spirv binaries don't provide the actual error that occurred. @@ -48,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added initial implementation, which includes the assembler, validator, and most of the optimizer, which meets the current needs of rust-gpu. -[Unreleased]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.5.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.6.0...HEAD +[0.6.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/0.3.0...0.3.1 diff --git a/Cargo.toml b/Cargo.toml index 4ecf176..769f43e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "spirv-tools" description = "Wrapper crate for SPIRV-Tools" repository = "https://github.com/EmbarkStudios/spirv-tools-rs" -version = "0.5.0" +version = "0.6.0" authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0"