diff --git a/glsl-quasiquote/CHANGELOG.md b/glsl-quasiquote/CHANGELOG.md index 1dcea9a..4694f0c 100644 --- a/glsl-quasiquote/CHANGELOG.md +++ b/glsl-quasiquote/CHANGELOG.md @@ -1,3 +1,9 @@ +# 6.0.1 + +> Dec 19th, 2023 + +- Support `proc-macro-faithful-display-0.2`. + # 6.0 > Dec 7th, 2020 diff --git a/glsl-quasiquote/Cargo.toml b/glsl-quasiquote/Cargo.toml index b78460b..ab7c276 100644 --- a/glsl-quasiquote/Cargo.toml +++ b/glsl-quasiquote/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glsl-quasiquote" -version = "6.0.0" +version = "6.0.1" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "The glsl! procedural macro, providing quasiquoting of the glsl crate." diff --git a/glsl/CHANGELOG.md b/glsl/CHANGELOG.md index f7302ad..9723dd8 100644 --- a/glsl/CHANGELOG.md +++ b/glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # 6.0.3 -> Dec 18, 2023 +> Dec 19, 2023 - Fix missing `do-while` and `for` init expressions semicolons (7abee68). - Replace now-standard `#elseif` preprocessor directivy by `#elif` (2791414).