Skip to content

Commit 7c594cd

Browse files
author
glslt
committed
chore(version): v0.7.4 [skip ci]
1 parent 5843a8f commit 7c594cd

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## v0.7.4 - 2024-08-19
6+
#### Bug Fixes
7+
- **(deps)** update glsl-lang to 0.6.0 - (5843a8f) - renovate[bot]
8+
9+
- - -
10+
511
## v0.7.3 - 2024-08-19
612
#### Bug Fixes
713
- **(deps)** update all non-major dependencies - (3ab446e) - renovate[bot]

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glslt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glslt"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = ["Alixinne <[email protected]>"]
55
description = "GLSLT Template compiler library"
66
edition = "2018"

glslt_cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glslt_cli"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = ["Alixinne <[email protected]>"]
55
description = "GLSLT Template compiler library"
66
edition = "2018"
@@ -17,6 +17,6 @@ name = "glsltc"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
glslt = { version = "0.7.3", features = ["cli"] }
20+
glslt = { version = "0.7.4", features = ["cli"] }
2121

2222
anyhow = "1.0"

0 commit comments

Comments
 (0)