Skip to content

Commit c76dea0

Browse files
committed
Bump version to v27.0.1
1 parent d3f487e commit c76dea0

File tree

3 files changed

+32
-26
lines changed

3 files changed

+32
-26
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Bottom level categories:
4040

4141
## Unreleased
4242

43+
## v27.0.1 (2025-10-02)
44+
45+
### Bug Fixes
46+
47+
- Fixed the build on docs.rs. By @cwfitzgerald in [#8292](https://github.com/gfx-rs/wgpu/pull/8292).
48+
4349
## v27.0.0 (2025-10-01)
4450

4551
### Major Changes

Cargo.lock

Lines changed: 25 additions & 25 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.0"
64+
version = "27.0.1"
6565
authors = ["gfx-rs developers"]
6666

6767
[workspace.dependencies]

0 commit comments

Comments
 (0)