Skip to content

Commit

Permalink
Prepare next release for glsl-quasiquote.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Dec 19, 2023
1 parent 02abe33 commit af191c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions glsl-quasiquote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.0.1

> Dec 19th, 2023
- Support `proc-macro-faithful-display-0.2`.

# 6.0

> Dec 7th, 2020
Expand Down
2 changes: 1 addition & 1 deletion glsl-quasiquote/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glsl-quasiquote"
version = "6.0.0"
version = "6.0.1"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <[email protected]>"]
description = "The glsl! procedural macro, providing quasiquoting of the glsl crate."
Expand Down
2 changes: 1 addition & 1 deletion glsl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit af191c3

Please sign in to comment.