Skip to content

Commit

Permalink
Bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Dec 2, 2021
1 parent a0ecb45 commit ae604d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## v0.7.2 (2021-12-01)
- validator:
- check stores for proper pointer class
- HLSL-out:
- fix stores into `mat3`
- respect array strides
- SPV-out:
- fix multi-word constants
- WGSL-in:
- permit names starting with underscores
- SPV-in:
- cull unused builtins
- support empty debug labels
- GLSL-in:
- don't panic on invalid integer operations

## v0.7.1 (2021-10-12)
- implement casts from and to booleans in the backends

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naga"
version = "0.7.1"
version = "0.7.2"
authors = ["Naga Developers"]
edition = "2018"
description = "Shader translation infrastructure"
Expand Down
19 changes: 0 additions & 19 deletions tests/out/hlsl/empty-global-name.hlsl

This file was deleted.

0 comments on commit ae604d2

Please sign in to comment.