From 15cb68d187fe78f1fb5c87dbbeadd19224c11518 Mon Sep 17 00:00:00 2001 From: Swoorup Joshi Date: Sat, 10 Aug 2024 17:18:47 +1000 Subject: [PATCH] Set the version to 0.15 --- wgsl_bindgen/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgsl_bindgen/CHANGELOG.md b/wgsl_bindgen/CHANGELOG.md index 4f1240d..6be3320 100644 --- a/wgsl_bindgen/CHANGELOG.md +++ b/wgsl_bindgen/CHANGELOG.md @@ -5,7 +5,7 @@ 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 +## [0.15.0](https://github.com/Swoorup/wgsl-bindgen/compare/wgsl_bindgen-v0.14.1...wgsl_bindgen-v0.15.0) - 2024-08-10 ### Other - Support push constants output in naga_oil composition strategy