From eaeb6989f8cea786a0aeeb8caf2804a1be9cea7a Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Fri, 4 Sep 2020 15:43:26 -0400 Subject: [PATCH] wgpu-core-0.6.3 version bump --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- wgpu-core/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa258653..6fef82531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## wgpu-core-0.6.3 (2020-09-04) + - fix group bindings that aren't related to the current pipeline + ## wgpu-core-0.6.2, wgpu-types-0.6.1 (2020-09-02) - fix flushing of temporary staging buffers (affects DX11 mostly) - fix write-only stencil states diff --git a/Cargo.lock b/Cargo.lock index f5e8f5cc8..8276797b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,7 +1619,7 @@ dependencies = [ [[package]] name = "wgpu-core" -version = "0.6.2" +version = "0.6.3" dependencies = [ "arrayvec", "bitflags", diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index ef7bfe0a2..9592b6ad4 100644 --- a/wgpu-core/Cargo.toml +++ b/wgpu-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-core" -version = "0.6.2" +version = "0.6.3" authors = ["wgpu developers"] edition = "2018" description = "WebGPU core logic on gfx-hal"