Skip to content

Commit

Permalink
Prepare new releases:
Browse files Browse the repository at this point in the history
- `glsl-7.0.0`
- `glsl-quasiquote-7.0.0`
- `glsl-tree-0.3.0`
  • Loading branch information
hadronized committed Dec 22, 2023
1 parent af191c3 commit bb61a2c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 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 @@
# 7.0

> Dec 23, 2023
- Bump to replace the yanked `glsl-6.0.3` version.

# 6.0.1

> Dec 19th, 2023
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version = "7.0.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <[email protected]>"]
description = "The glsl! procedural macro, providing quasiquoting of the glsl crate."
Expand All @@ -20,7 +20,7 @@ travis-ci = { repository = "phaazon/glsl", branch = "master" }
proc-macro = true

[dependencies]
glsl = "6"
glsl = "7"
proc-macro2 = "1"
proc-macro-faithful-display = "0.2"
quote = "1"
6 changes: 6 additions & 0 deletions glsl-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3

> Dec 23, 2023
- Bump to replace the yanked `glsl-6.0.3` version.

## 0.2.1

> Mar 23rd, 2023
Expand Down
4 changes: 2 additions & 2 deletions glsl-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glsl-tree"
version = "0.2.1"
version = "0.3.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <[email protected]>"]
description = "Print a GLSL AST to stdout"
Expand All @@ -14,4 +14,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
glsl = "6"
glsl = "7"
7 changes: 7 additions & 0 deletions glsl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# 7.0

> Dec 23, 2023
- Bump to replace the yanked `glsl-6.0.3` version.

# 6.0.3

> Dec 19, 2023
- **Yanked, as this actually contains a breaking change**.
- Fix missing `do-while` and `for` init expressions semicolons (7abee68).
- Replace now-standard `#elseif` preprocessor directivy by `#elif` (2791414).
- Some fixes for the GLSL transpiler:
Expand Down
2 changes: 1 addition & 1 deletion glsl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glsl"
version = "6.0.3"
version = "7.0.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <[email protected]>"]
description = "A GLSL450/GLSL460 parser."
Expand Down

0 comments on commit bb61a2c

Please sign in to comment.