From cedb642dcf50712da390782f259055d3c815af87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 16:44:02 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- wgsl_bindgen/CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 053275f..e438828 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..b63d572 100644 --- a/wgsl_bindgen/CHANGELOG.md +++ b/wgsl_bindgen/CHANGELOG.md @@ -5,6 +5,11 @@ 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-07-27 + +### Other +- 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