Update changelog

This commit is contained in:
Connor Fitzgerald 2022-11-30 17:05:17 -05:00
parent 037874af74
commit 2754af42e8
No known key found for this signature in database
GPG Key ID: CF0A1F83B4E1A995
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## v0.8.2 (2022-11-30)
- Fix build failure in rust 1.64 [#2967](https://github.com/gfx-rs/wgpu/pull/2967)
## wgpu-types-0.8.1 (2021-06-08)
- fix dynamic stencil reference for Replace ops
@ -46,6 +49,9 @@
- interpolation qualifiers
- allow vertex components to be underspecified
## v0.7.2 (2022-11-30)
- Fix build failure in rust 1.64 [#2966](https://github.com/gfx-rs/wgpu/pull/2966)
## v0.7.1 (2021-02-25)
- expose `wgc::device::queue` sub-module in public
- fix the indexed buffer check

2
Cargo.lock generated
View File

@ -1639,7 +1639,7 @@ dependencies = [
[[package]]
name = "wgpu-core"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"arrayvec",
"bitflags",

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-core"
version = "0.8.1"
version = "0.8.2"
authors = ["wgpu developers"]
edition = "2018"
description = "WebGPU core logic on gfx-hal"