From 537a516ff5c1eae9dcc7680b0b25d2ed6dec8a8b Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sat, 30 Jan 2021 22:54:20 -0500 Subject: [PATCH] Version bump to 0.3.1 --- CHANGELOG.md | 14 +++++++++++++- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b166a8cd..4081989bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index ef9df97aa..429295f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "naga" -version = "0.3.0" +version = "0.3.1" authors = ["Naga Developers"] edition = "2018" description = "Shader translation infrastructure"