Skip to content

Commit cab36d8

Browse files
v0.19.5 (#5963)
* docs(CHANGELOG): add entry for #5812/#5833 Permalinks: * <#5812> * <#5833> * chore: `wgpu-hal` 0.19.5 release * docs(CHANGELOG): add `Unreleased` again
1 parent 410d87e commit cab36d8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Bottom level categories:
3939

4040
## Unreleased
4141

42+
## 0.19.5
43+
44+
This release only releases `wgpu-hal` 0.19.5, which contains an important fix
45+
for DX12.
46+
47+
### Bug Fixes
48+
49+
#### DX12
50+
51+
- 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).
52+
4253
## v0.19.4 (2024-04-17)
4354

4455
### Bug Fixes

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wgpu-hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-hal"
3-
version = "0.19.4"
3+
version = "0.19.5"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "WebGPU hardware abstraction layer"

0 commit comments

Comments
 (0)