Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jul 9, 2023
1 parent f7d4c50 commit 0c5bc0f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Bottom level categories:

## Unreleased

## v0.16.1 (2023-06-09)

### Changes

#### DX12
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = ["graphics"]
license = "MIT OR Apache-2.0"
homepage = "https://wgpu.rs/"
repository = "https://github.com/gfx-rs/wgpu"
version = "0.16.1"
version = "0.16.2"
authors = ["wgpu developers"]

[workspace.dependencies.wgc]
Expand Down
2 changes: 1 addition & 1 deletion wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu-hal"
version = "0.16.1"
version = "0.16.2"
authors = ["wgpu developers"]
edition = "2021"
description = "WebGPU hardware abstraction layer"
Expand Down
2 changes: 1 addition & 1 deletion wgpu-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu-types"
version = "0.16.0"
version = "0.16.1"
authors = ["wgpu developers"]
edition = "2021"
description = "WebGPU types"
Expand Down

0 comments on commit 0c5bc0f

Please sign in to comment.