From c02e558f6ad39d30978d0ed50109b6d233dc2ea4 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 1 Apr 2022 09:53:00 +0200 Subject: [PATCH] Add changelog entry and bump version-metadata for Vulkan-Headers 1.3.210 --- Changelog.md | 4 ++++ ash/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5d29bce..784ae38 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Added + +- Update Vulkan-Headers to 1.3.210 (#605) + ## [0.37.0] - 2022-03-23 ### Changed diff --git a/ash/Cargo.toml b/ash/Cargo.toml index b600102..c4e05ff 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.37.0+1.3.209" +version = "0.37.0+1.3.210" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"