From 6a9621375516d588614d325f507f524bc24c3cbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:10:26 +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 14802e2..8916f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["wgsl_bindgen", "example"] [workspace.package] -version = "0.13.1" +version = "0.13.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 199d3a4..ff86302 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.13.2](https://github.com/Swoorup/wgsl-bindgen/compare/wgsl_bindgen-v0.13.1...wgsl_bindgen-v0.13.2) - 2024-07-05 + +### Other +- Bind Group Entry Collections can be cloned + ## [0.13.1](https://github.com/Swoorup/wgsl-bindgen/compare/wgsl_bindgen-v0.13.0...wgsl_bindgen-v0.13.1) - 2024-07-05 ### Other