Skip to content

Commit

Permalink
chore: release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Swoorup committed Dec 15, 2024
1 parent 2b24b5f commit c212b66
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.15.1"
version = "0.15.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.15.2](https://github.com/Swoorup/wgsl-bindgen/compare/wgsl_bindgen-v0.15.1...wgsl_bindgen-v0.15.2) - 2024-12-13

### Other

- Fix compute shader generation for wgpu 23
- relaxed lifetime of &self in BindGroup::set
- updated to wgpu 23

## [0.15.1](https://github.com/Swoorup/wgsl-bindgen/compare/wgsl_bindgen-v0.15.0...wgsl_bindgen-v0.15.1) - 2024-08-20

### Other
Expand Down

0 comments on commit c212b66

Please sign in to comment.