Skip to content

Commit 29bb44b

Browse files
authored
Bump version & update changelog following 23.0.1 patch release (#6612)
* put in missing v22.1.0 changelog * bump wgpu, wgpu-core, wgpu-hal to 23.0.1 * add changelog for v23.0.1, remove lines from v24 line
1 parent 96c855b commit 29bb44b

File tree

5 files changed

+51
-25
lines changed

5 files changed

+51
-25
lines changed

CHANGELOG.md

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,24 @@ By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456), [#6148]
144144
- Fix crash when a texture argument is missing. By @aedm in [#6486](https://github.com/gfx-rs/wgpu/pull/6486)
145145
- Emit an error in constant evaluation, rather than crash, in certain cases where `vecN` constructors have less than N arguments. By @ErichDonGubler in [#6508](https://github.com/gfx-rs/wgpu/pull/6508).
146146

147-
#### Vulkan
147+
## 23.0.1 (2024-11-25)
148148

149-
- Fix surface capabilities being advertised when its query failed. By @wumpf in [#6510](https://github.com/gfx-rs/wgpu/pull/6510)
149+
This release includes patches for `wgpu`, `wgpu-core` and `wgpu-hal`. All other crates remain at [23.0.0](https://github.com/gfx-rs/wgpu/releases/tag/v23.0.0).
150+
Below changes were cherry-picked from 24.0.0 development line.
151+
152+
### Bug fixes
150153

151-
### Metal
154+
#### General
155+
156+
- Fix Texture view leaks regression. By @xiaopengli89 in [#6576](https://github.com/gfx-rs/wgpu/pull/6576)
157+
158+
#### Metal
152159

153160
- Fix surface creation crashing on iOS. By @mockersf in [#6535](https://github.com/gfx-rs/wgpu/pull/6535)
154161

162+
#### Vulkan
163+
164+
- Fix surface capabilities being advertised when its query failed. By @wumpf in [#6510](https://github.com/gfx-rs/wgpu/pull/6510)
155165

156166
## 23.0.0 (2024-10-25)
157167

@@ -329,14 +339,9 @@ By @MarijnS95 in [#6006](https://github.com/gfx-rs/wgpu/pull/6006).
329339
#### General
330340

331341
- If GL context creation fails retry with GLES. By @Rapdorian in [#5996](https://github.com/gfx-rs/wgpu/pull/5996).
332-
- Fix profiling with `tracy`. By @waywardmonkeys in [#5988](https://github.com/gfx-rs/wgpu/pull/5988).
333-
- As a workaround for [issue #4905](https://github.com/gfx-rs/wgpu/issues/4905), `wgpu-core` is undocumented unless `--cfg wgpu_core_doc` feature is enabled. By @kpreid in [#5987](https://github.com/gfx-rs/wgpu/pull/5987).
334342
- Bump MSRV for `d3d12`/`naga`/`wgpu-core`/`wgpu-hal`/`wgpu-types`' to 1.76. By @wumpf in [#6003](https://github.com/gfx-rs/wgpu/pull/6003).
335343
- Print requested and supported usages on `UnsupportedUsage` error. By @VladasZ in [#6007](https://github.com/gfx-rs/wgpu/pull/6007).
336-
- Fix function for checking bind compatibility to error instead of panic. By @sagudev [#6012](https://github.com/gfx-rs/wgpu/pull/6012).
337344
- Deduplicate bind group layouts that are created from pipelines with "auto" layouts. By @teoxoy [#6049](https://github.com/gfx-rs/wgpu/pull/6049).
338-
- Fix crash when dropping the surface after the device. By @wumpf in [#6052](https://github.com/gfx-rs/wgpu/pull/6052).
339-
- Fix error message that is thrown in create_render_pass to no longer say `compute_pass`. By @matthew-wong1 [#6041](https://github.com/gfx-rs/wgpu/pull/6041).
340345
- Document `wgpu_hal` bounds-checking promises, and adapt `wgpu_core`'s lazy initialization logic to the slightly weaker-than-expected guarantees. By @jimblandy in [#6201](https://github.com/gfx-rs/wgpu/pull/6201).
341346
- Raise validation error instead of panicking in `{Render,Compute}Pipeline::get_bind_group_layout` on native / WebGL. By @bgr360 in [#6280](https://github.com/gfx-rs/wgpu/pull/6280).
342347
- **BREAKING**: Remove the last exposed C symbols in project, located in `wgpu_core::render::bundle::bundle_ffi`, to allow multiple versions of WGPU to compile together. By @ErichDonGubler in [#6272](https://github.com/gfx-rs/wgpu/pull/6272).
@@ -404,6 +409,27 @@ By @MarijnS95 in [#6006](https://github.com/gfx-rs/wgpu/pull/6006).
404409

405410
- Update `parking_lot` to `0.12`. By @mahkoh in [#6287](https://github.com/gfx-rs/wgpu/pull/6287).
406411

412+
## v22.1.0 (2024-07-17)
413+
414+
This release includes `wgpu`, `wgpu-core` and `naga`. All other crates remain at 22.0.0.
415+
416+
### Added
417+
418+
#### Naga
419+
420+
- Added back implementations of PartialEq for more IR types. By @teoxoy in [#6045](https://github.com/gfx-rs/wgpu/pull/6045)
421+
422+
### Bug Fixes
423+
424+
#### General
425+
426+
- Fix profiling with `tracy`. By @waywardmonkeys in [#5988](https://github.com/gfx-rs/wgpu/pull/5988)
427+
- Fix function for checking bind compatibility to error instead of panic. By @sagudev [#6012](https://github.com/gfx-rs/wgpu/pull/6012)
428+
- Fix crash when dropping the surface after the device. By @wumpf in [#6052](https://github.com/gfx-rs/wgpu/pull/6052)
429+
- Fix length of copy in `queue_write_texture`. By @teoxoy in [#6009](https://github.com/gfx-rs/wgpu/pull/6009)
430+
- Fix error message that is thrown in create_render_pass to no longer say `compute_pass`. By @matthew-wong1 [#6041](https://github.com/gfx-rs/wgpu/pull/6041)
431+
- As a workaround for [issue #4905](https://github.com/gfx-rs/wgpu/issues/4905), `wgpu-core` is undocumented unless `--cfg wgpu_core_doc` feature is enabled. By @kpreid in [#5987](https://github.com/gfx-rs/wgpu/pull/5987)
432+
407433
## 22.0.0 (2024-07-17)
408434

409435
### Overview

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ keywords = ["graphics"]
4747
license = "MIT OR Apache-2.0"
4848
homepage = "https://wgpu.rs/"
4949
repository = "https://github.com/gfx-rs/wgpu"
50-
version = "23.0.0"
50+
version = "23.0.1"
5151
authors = ["gfx-rs developers"]
5252

5353
[workspace.dependencies.wgc]
5454
package = "wgpu-core"
5555
path = "./wgpu-core"
56-
version = "23.0.0"
56+
version = "23.0.1"
5757

5858
[workspace.dependencies.wgt]
5959
package = "wgpu-types"
@@ -63,7 +63,7 @@ version = "23.0.0"
6363
[workspace.dependencies.hal]
6464
package = "wgpu-hal"
6565
path = "./wgpu-hal"
66-
version = "23.0.0"
66+
version = "23.0.1"
6767

6868
[workspace.dependencies.naga]
6969
path = "./naga"
@@ -126,8 +126,8 @@ static_assertions = "1.1.0"
126126
strum = { version = "0.25.0", features = ["derive"] }
127127
tracy-client = "0.17"
128128
thiserror = "1.0.69"
129-
wgpu = { version = "23.0.0", path = "./wgpu", default-features = false }
130-
wgpu-core = { version = "23.0.0", path = "./wgpu-core" }
129+
wgpu = { version = "23.0.1", path = "./wgpu", default-features = false }
130+
wgpu-core = { version = "23.0.1", path = "./wgpu-core" }
131131
wgpu-macros = { version = "23.0.0", path = "./wgpu-macros" }
132132
wgpu-test = { version = "23.0.0", path = "./tests" }
133133
wgpu-types = { version = "23.0.0", path = "./wgpu-types" }

wgpu-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-core"
3-
version = "23.0.0"
3+
version = "23.0.1"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "WebGPU core logic on wgpu-hal"

wgpu-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-hal"
3-
version = "23.0.0"
3+
version = "23.0.1"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "WebGPU hardware abstraction layer"

0 commit comments

Comments
 (0)