Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.1](https://github.com/johncarmack1984/glslint/compare/v0.8.0...v0.8.1) (2026-08-10)


### Bug Fixes

* **vscode:** keep the language server binary version-matched to the extension ([#52](https://github.com/johncarmack1984/glslint/issues/52)) ([d81e54f](https://github.com/johncarmack1984/glslint/commit/d81e54fa213d25bb2d9ddca0e34edf08b560bee7))

## [0.8.0](https://github.com/johncarmack1984/glslint/compare/v0.7.0...v0.8.0) (2026-08-09)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glslint"
version = "0.8.0"
version = "0.8.1"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "A GLSL checker and language server for WebGL shader toolkits (luma.gl/deck.gl, maplibre, ShaderToy) and any project"
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "glslint",
"displayName": "glslint",
"description": "GLSL diagnostics for WebGL toolkits (luma.gl/deck.gl, maplibre, ShaderToy) — an LSP client for the glslint binary.",
"version": "0.8.0",
"version": "0.8.1",
"publisher": "johncarmack1984",
"license": "MIT OR Apache-2.0",
"icon": "icon.png",
Expand Down
10 changes: 5 additions & 5 deletions npm/glslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glslint/cli",
"version": "0.8.0",
"version": "0.8.1",
"description": "A GLSL checker and language server for WebGL shader toolkits (luma.gl/deck.gl, maplibre, ShaderToy) and any project",
"keywords": [
"glsl",
Expand Down Expand Up @@ -38,9 +38,9 @@
"node": ">=18"
},
"optionalDependencies": {
"@glslint/darwin-arm64": "0.8.0",
"@glslint/darwin-x64": "0.8.0",
"@glslint/linux-x64": "0.8.0",
"@glslint/win32-x64": "0.8.0"
"@glslint/darwin-arm64": "0.8.1",
"@glslint/darwin-x64": "0.8.1",
"@glslint/linux-x64": "0.8.1",
"@glslint/win32-x64": "0.8.1"
}
}