Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Jan 12, 2022
1 parent 0fe7306 commit ffa11ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

### v0.8.2 (2022-01-11)
- validator:
- check structure resource types
- MSL-out:
- fix data packing functions
- fix 1D texture loads
- SPV-in:
- more operations are sign-agnostic
- SPV-out:
- fix modulo operator
- WGSL-in:
- improve type mismatch errors

### v0.8.1 (2021-12-29)
- API:
- make `WithSpan` clonable
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.8.1"
version = "0.8.2"
authors = ["Naga Developers"]
edition = "2018"
description = "Shader translation infrastructure"
Expand Down

0 comments on commit ffa11ba

Please sign in to comment.