Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent cf33819 commit 05de239
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions wgsl_bindgen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05de239

Please sign in to comment.