Skip to content

Commit c9611e3

Browse files
author
glslt
committed
chore(version): v0.7.2 [skip ci]
1 parent c4c2153 commit c9611e3

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.2 - 2023-11-05
6+
#### Bug Fixes
7+
- **(deps)** update rust crate indexmap to v2 - (23dd1d7) - renovate[bot]
8+
#### Continuous Integration
9+
- handle PRs which don't trigger a release - (3ee56df) - vtavernier
10+
#### Miscellaneous Chores
11+
- **(deps)** update actions/checkout action to v4 - (c4c2153) - renovate[bot]
12+
- **(deps)** update actions/cache action to v3 - (6b96395) - renovate[bot]
13+
- **(deps)** update addnab/docker-run-action action to v3 - (ea7b9bc) - renovate[bot]
14+
- **(deps)** update all non-major dependencies - (ef0168c) - renovate[bot]
15+
- **(deps)** add renovate.json - (dd82b2b) - renovate[bot]
16+
- fix clippy warnings - (b999d39) - vtavernier
17+
18+
- - -
19+
520
## v0.7.1 - 2023-04-04
621
#### Bug Fixes
722
- fix release process - (b0d6842) - vtavernier

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.1"
3+
version = "0.7.2"
44
authors = ["Vincent Tavernier <[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.1"
3+
version = "0.7.2"
44
authors = ["Vincent Tavernier <[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.1", features = ["cli"] }
20+
glslt = { version = "0.7.2", features = ["cli"] }
2121

2222
anyhow = "1.0"

0 commit comments

Comments
 (0)