Skip to content

Commit 5c5c8b1

Browse files
committed
Bump Versions
1 parent 0253a4f commit 5c5c8b1

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Bottom level categories:
3939

4040
## Unreleased
4141

42+
## 22.1.0
43+
4244
### Added
4345

4446
#### Naga

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -47,7 +47,7 @@ keywords = ["graphics"]
4747
license = "MIT OR Apache-2.0"
4848
homepage = "https://wgpu.rs/"
4949
repository = "https://github.com/gfx-rs/wgpu"
50-
version = "22.0.0"
50+
version = "22.1.0"
5151
authors = ["gfx-rs developers"]
5252

5353
[workspace.dependencies.wgc]

naga/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "naga"
3-
version = "22.0.0"
3+
version = "22.1.0"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "Shader translation infrastructure"

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 = "22.0.0"
3+
version = "22.1.0"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "WebGPU core logic on wgpu-hal"

0 commit comments

Comments
 (0)