Skip to content

Commit b9e369c

Browse files
author
glslt
committed
chore(version): v0.7.1 [skip ci]
1 parent b0d6842 commit b9e369c

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## v0.7.1 - 2023-04-04
6+
#### Bug Fixes
7+
- fix release process - (b0d6842) - vtavernier
8+
9+
- - -
10+
11+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

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.6.4"
3+
version = "0.7.1"
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.6.4"
3+
version = "0.7.1"
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.6.4", features = ["cli"] }
20+
glslt = { version = "0.7.1", features = ["cli"] }
2121

2222
anyhow = "1.0"

0 commit comments

Comments
 (0)