Skip to content

Commit

Permalink
chore(version): v0.7.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
glslt committed Aug 19, 2024
1 parent 5843a8f commit 7c594cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.7.4 - 2024-08-19
#### Bug Fixes
- **(deps)** update glsl-lang to 0.6.0 - (5843a8f) - renovate[bot]

- - -

## v0.7.3 - 2024-08-19
#### Bug Fixes
- **(deps)** update all non-major dependencies - (3ab446e) - renovate[bot]
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glslt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glslt"
version = "0.7.3"
version = "0.7.4"
authors = ["Alixinne <alixinne@pm.me>"]
description = "GLSLT Template compiler library"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions glslt_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glslt_cli"
version = "0.7.3"
version = "0.7.4"
authors = ["Alixinne <alixinne@pm.me>"]
description = "GLSLT Template compiler library"
edition = "2018"
Expand All @@ -17,6 +17,6 @@ name = "glsltc"
path = "src/main.rs"

[dependencies]
glslt = { version = "0.7.3", features = ["cli"] }
glslt = { version = "0.7.4", features = ["cli"] }

anyhow = "1.0"

0 comments on commit 7c594cd

Please sign in to comment.