Skip to content

Commit de75768

Browse files
chore(main): release 0.5.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d37fc8 commit de75768

6 files changed

Lines changed: 16 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/johncarmack1984/glslint/compare/v0.4.1...v0.5.0) (2026-08-09)
4+
5+
6+
### Features
7+
8+
* **vscode:** add extension icon ([#38](https://github.com/johncarmack1984/glslint/issues/38)) ([7d37fc8](https://github.com/johncarmack1984/glslint/commit/7d37fc8e9f0f46158559897c50b26395afe0b372))
9+
310
## [0.4.1](https://github.com/johncarmack1984/glslint/compare/v0.4.0...v0.4.1) (2026-08-09)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glslint"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "A luma.gl/deck.gl-aware GLSL checker and language server"

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "glslint",
33
"displayName": "glslint",
44
"description": "luma.gl/deck.gl-aware GLSL diagnostics — an LSP client for the glslint binary.",
5-
"version": "0.4.1",
5+
"version": "0.5.0",
66
"publisher": "johncarmack1984",
77
"license": "MIT OR Apache-2.0",
88
"icon": "icon.png",

npm/glslint/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glslint/cli",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "A luma.gl/deck.gl-aware GLSL checker and language server",
55
"keywords": [
66
"glsl",
@@ -36,9 +36,9 @@
3636
"node": ">=18"
3737
},
3838
"optionalDependencies": {
39-
"@glslint/darwin-arm64": "0.4.1",
40-
"@glslint/darwin-x64": "0.4.1",
41-
"@glslint/linux-x64": "0.4.1",
42-
"@glslint/win32-x64": "0.4.1"
39+
"@glslint/darwin-arm64": "0.5.0",
40+
"@glslint/darwin-x64": "0.5.0",
41+
"@glslint/linux-x64": "0.5.0",
42+
"@glslint/win32-x64": "0.5.0"
4343
}
4444
}

0 commit comments

Comments
 (0)