From f79c6d1f8d0064f2519ab0164b734a67440e0e30 Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Wed, 7 Dec 2022 03:40:45 -0600 Subject: [PATCH] Publish 0.32.3 --- CHANGELOG.md | 5 +++++ vulkano/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fde315..a59d2afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ ### Bugs fixed +# Version 0.32.3 (2022-12-07) + +### Bugs fixed +- Fixed issue with `MemoryAlloc::mapped_ptr` not being adjusted for offset. + # Version 0.32.2 (2022-12-06) ### Bugs fixed diff --git a/vulkano/Cargo.toml b/vulkano/Cargo.toml index 811c960f..c07262d3 100644 --- a/vulkano/Cargo.toml +++ b/vulkano/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vulkano" -version = "0.32.2" +version = "0.32.3" edition = "2021" authors = ["Pierre Krieger ", "The vulkano contributors"] repository = "https://github.com/vulkano-rs/vulkano"