Skip to content

Commit e906fb4

Browse files
chore: prep. for 27.0.3 release
1 parent 9c27823 commit e906fb4

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Bottom level categories:
4242

4343
### Bug Fixes
4444

45+
## v27.0.3 (2025-10-03)
46+
47+
This release includes `naga`, `wgpu-core` and `wgpu-hal` version `27.0.3`. All other crates remain at their previous versions.
48+
4549
#### naga
4650

4751
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. Backport of [#8311](https://github.com/gfx-rs/wgpu/pull/8311) by @teoxoy.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ keywords = ["graphics"]
6161
license = "MIT OR Apache-2.0"
6262
homepage = "https://wgpu.rs/"
6363
repository = "https://github.com/gfx-rs/wgpu"
64-
version = "27.0.2"
64+
version = "27.0.3"
6565
authors = ["gfx-rs developers"]
6666

6767
[workspace.dependencies]

0 commit comments

Comments
 (0)