* docs(CHANGELOG): add entry for #5812/#5833

Permalinks:
* <https://github.com/gfx-rs/wgpu/issues/5812>
* <https://github.com/gfx-rs/wgpu/pull/5833>

* chore: `wgpu-hal` 0.19.5 release

* docs(CHANGELOG): add `Unreleased` again
This commit is contained in:
Erich Gubler 2024-07-16 10:11:04 -04:00 committed by GitHub
parent 410d87e956
commit cab36d8ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 2 deletions

View File

@ -39,6 +39,17 @@ Bottom level categories:
## Unreleased
## 0.19.5
This release only releases `wgpu-hal` 0.19.5, which contains an important fix
for DX12.
### Bug Fixes
#### DX12
- Do not feed `&""` to `D3DCompile`, by @workingjubilee in [#5812](https://github.com/gfx-rs/wgpu/issues/5812), backported by @Elabajaba in [#5833](https://github.com/gfx-rs/wgpu/pull/5833).
## v0.19.4 (2024-04-17)
### Bug Fixes

2
Cargo.lock generated
View File

@ -4044,7 +4044,7 @@ dependencies = [
[[package]]
name = "wgpu-hal"
version = "0.19.4"
version = "0.19.5"
dependencies = [
"android_system_properties",
"arrayvec 0.7.4",

View File

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