Bump versions

This commit is contained in:
Connor Fitzgerald 2023-10-03 19:29:26 -04:00
parent 1012c71167
commit 75b41fe9ec
No known key found for this signature in database
GPG Key ID: 7D3FA445BAD3008D
3 changed files with 10 additions and 2 deletions

View File

@ -40,6 +40,14 @@ Bottom level categories:
## Unreleased
## v0.17.2 (2023-10-03)
### Bug Fixes
#### Vulkan
- Fix x11 hang while resizing on vulkan. @Azorlogh in [#4184](https://github.com/gfx-rs/wgpu/pull/4184).
## v0.17.1 (2023-09-27)
### Added/New Features

2
Cargo.lock generated
View File

@ -3071,7 +3071,7 @@ dependencies = [
[[package]]
name = "wgpu-hal"
version = "0.17.1"
version = "0.17.2"
dependencies = [
"android_system_properties",
"arrayvec 0.7.4",

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-hal"
version = "0.17.1"
version = "0.17.2"
authors = ["wgpu developers"]
edition = "2021"
description = "WebGPU hardware abstraction layer"