diff --git a/Cargo.toml b/Cargo.toml index 8a057da..92b5552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["wgsl_bindgen", "example"] [workspace.package] -version = "0.14.1" +version = "0.14.2" authors = ["swoorup", "ScanMountGoat(Original Fork)"] edition = "2021" repository = "https://github.com/Swoorup/wgsl_bindgen" diff --git a/wgsl_bindgen/CHANGELOG.md b/wgsl_bindgen/CHANGELOG.md index 176f957..4f1240d 100644 --- a/wgsl_bindgen/CHANGELOG.md +++ b/wgsl_bindgen/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.14.2](https://github.com/Swoorup/wgsl-bindgen/compare/wgsl_bindgen-v0.14.1...wgsl_bindgen-v0.14.2) - 2024-08-10 + +### Other +- Support push constants output in naga_oil composition strategy +- Upgrade to wgpu 22 +- Rename `RustItemKind` => `RustItemType` +- Treat built-in fields as padding [#34](https://github.com/Swoorup/wgsl-bindgen/pull/34) + ## [0.14.1](https://github.com/Swoorup/wgsl-bindgen/compare/wgsl_bindgen-v0.14.0...wgsl_bindgen-v0.14.1) - 2024-07-27 ### Other