From c99735fb806af65a11a9ffc4f29ba2223e82bb4a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 3 Nov 2023 14:35:53 +0100 Subject: [PATCH] Update the change log for 0.16 (#78) - Add change log for entry for previous release `0.15.0` manually. - Add entry for the unreleased MoltenVK update. - Correct links to differences between tags --- CHANGELOG.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4834a99..3973ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Changed +- [PR#76](https://github.com/EmbarkStudios/ash-molten/pull/76) Upgrade MoltenVK to `1.2.6` + +## [0.15.0] - 2023-03-15 +### Changed +- [PR#75](https://github.com/EmbarkStudios/ash-molten/pull/75) Upgrade MoltenVK to `1.2.2` + ## [0.14.0] - 2022-11-16 ### Added - [PR#73](https://github.com/EmbarkStudios/ash-molten/pull/73) added the `v1_1_10` and `v1_1_5` features, enabling one of these features will download or compile that version of MoltenVK instead of the version that is hardcoded in the current build script. This can be useful if a newer version of this crate uses a newer version of MoltenVK, but you want to use an older version due to reasons such as bugs or other problems with the newer version. @@ -46,12 +53,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update to MoltenVK 1.1.0 -[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.14.0...HEAD -[0.14.0]: https://github.com/EmbarkStudios/cargo-deny/compare/v0.13.1+1.1.10...0.14.0 -[0.13.1]: https://github.com/EmbarkStudios/cargo-deny/compare/v0.13.0+1.1.10...v0.13.1+1.1.10 -[0.13.0]: https://github.com/EmbarkStudios/cargo-deny/compare/v0.11.0+1.1.5...v0.13.0+1.1.10 -[0.11.0]: https://github.com/EmbarkStudios/cargo-deny/compare/v0.10.0...v0.11.0+1.1.5 -[0.10.0]: https://github.com/EmbarkStudios/cargo-deny/compare/v0.7.2...v0.10.0 -[0.7.2]: https://github.com/EmbarkStudios/cargo-deny/compare/v0.7.1...v0.7.2 -[0.7.1]: https://github.com/EmbarkStudios/cargo-deny/compare/v0.7.0...v0.7.1 +[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.15.0...HEAD +[0.15.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.14.0...0.15.0 +[0.14.0]: https://github.com/EmbarkStudios/ash-molten/compare/v0.13.1+1.1.10...0.14.0 +[0.13.1]: https://github.com/EmbarkStudios/ash-molten/compare/v0.13.0+1.1.10...v0.13.1+1.1.10 +[0.13.0]: https://github.com/EmbarkStudios/ash-molten/compare/v0.11.0+1.1.5...v0.13.0+1.1.10 +[0.11.0]: https://github.com/EmbarkStudios/ash-molten/compare/v0.10.0...v0.11.0+1.1.5 +[0.10.0]: https://github.com/EmbarkStudios/ash-molten/compare/v0.7.2...v0.10.0 +[0.7.2]: https://github.com/EmbarkStudios/ash-molten/compare/v0.7.1...v0.7.2 +[0.7.1]: https://github.com/EmbarkStudios/ash-molten/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/EmbarkStudios/ash-molten/releases/tag/v0.7.0