Version bump to 0.3.1

This commit is contained in:
Dzmitry Malyshau 2021-01-30 22:54:20 -05:00 committed by Dzmitry Malyshau
parent 6138e4ddd3
commit 537a516ff5
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,15 @@
# Change Log
## v0.2 (2020-08-17)
## v0.3.1 (2021-01-31)
- wgsl:
- support constant array sizes
- spv-out:
- fix block decorations on nested structures
- fix fixed-size arrays
- fix matrix decorations inside structures
- implement read-only decorations
## v0.3 (2021-01-30)
- development release for wgpu-0.7
- API:
- math functions
@ -17,5 +26,8 @@
- termination analysis
- validation of types, constants, variables, and entry points
## v0.2 (2020-08-17)
- development release for wgpu-0.6
## v0.1 (2020-02-26)
- initial release

View File

@ -1,6 +1,6 @@
[package]
name = "naga"
version = "0.3.0"
version = "0.3.1"
authors = ["Naga Developers"]
edition = "2018"
description = "Shader translation infrastructure"