From d99d3d8e94ae86c177f9e026f0ec6c59eb01bc92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:16:51 +0000 Subject: [PATCH 1/5] fix: update CUDA metadata to 13.3.1 --- README.md | 2 +- src/languages/cuda.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffd3e30..bb5cf9d 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ from its package subpath. | CQL logo | CQL | `cql` | `.cql` | `CQL 3` | `code-languages/cql` | | C# logo | C# | `csharp` | `.cs`, `.csx` | `14` | `code-languages/csharp` | | CSS logo | CSS | `css` | `.css` | `Living Standard` | `code-languages/css` | -| CUDA logo | CUDA | `cuda` | `.cu`, `.cuh` | `13.3.0` | `code-languages/cuda` | +| CUDA logo | CUDA | `cuda` | `.cu`, `.cuh` | `13.3.1` | `code-languages/cuda` | | CUE logo | CUE | `cue` | `.cue` | `0.16.1` | `code-languages/cue` | | Curry logo | Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` | | Cypher logo | Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` | diff --git a/src/languages/cuda.ts b/src/languages/cuda.ts index 28785c3..72263df 100644 --- a/src/languages/cuda.ts +++ b/src/languages/cuda.ts @@ -12,7 +12,7 @@ export const cuda = { packageManagers: ['CUDA Toolkit', 'conda'], ecosystems: ['GPU Computing', 'HPC', 'Machine Learning', 'Scientific Computing'], }, - version: '13.3.0', + version: '13.3.1', logo: 'https://cdn.simpleicons.org/nvidia/76B900', color: '#76B900', i18n: { From 1a8833e9bf9b5902a88292cbb65dbe4124ccf74d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:17:15 +0000 Subject: [PATCH 2/5] fix: update CUE metadata to 0.17.0 --- README.md | 2 +- src/languages/cue.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb5cf9d..5e038ad 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ from its package subpath. | C# logo | C# | `csharp` | `.cs`, `.csx` | `14` | `code-languages/csharp` | | CSS logo | CSS | `css` | `.css` | `Living Standard` | `code-languages/css` | | CUDA logo | CUDA | `cuda` | `.cu`, `.cuh` | `13.3.1` | `code-languages/cuda` | -| CUE logo | CUE | `cue` | `.cue` | `0.16.1` | `code-languages/cue` | +| CUE logo | CUE | `cue` | `.cue` | `0.17.0` | `code-languages/cue` | | Curry logo | Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` | | Cypher logo | Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` | | Cython logo | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.6` | `code-languages/cython` | diff --git a/src/languages/cue.ts b/src/languages/cue.ts index 3c52565..82590af 100644 --- a/src/languages/cue.ts +++ b/src/languages/cue.ts @@ -12,7 +12,7 @@ export const cue = { packageManagers: ['Go modules'], ecosystems: ['Configuration', 'Validation', 'Kubernetes', 'DevOps'], }, - version: '0.16.1', + version: '0.17.0', logo: 'https://avatars.githubusercontent.com/u/43867057?s=200&v=4', color: '#1F6BFF', i18n: { From 1436ccd618955c1650bf750f5546b97c6b4bd404 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:17:39 +0000 Subject: [PATCH 3/5] fix: update Cython metadata to 3.2.8 --- README.md | 2 +- src/languages/cython.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e038ad..dc559b8 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ from its package subpath. | CUE logo | CUE | `cue` | `.cue` | `0.17.0` | `code-languages/cue` | | Curry logo | Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` | | Cypher logo | Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` | -| Cython logo | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.6` | `code-languages/cython` | +| Cython logo | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.8` | `code-languages/cython` | | D logo | D | `d` | `.d`, `.di` | `2.112.0` | `code-languages/d` | | Dafny logo | Dafny | `dafny` | `.dfy` | `4.11.0` | `code-languages/dafny` | | Dart logo | Dart | `dart` | `.dart` | `3.12.2` | `code-languages/dart` | diff --git a/src/languages/cython.ts b/src/languages/cython.ts index 519a049..b6e987f 100644 --- a/src/languages/cython.ts +++ b/src/languages/cython.ts @@ -12,7 +12,7 @@ export const cython = { packageManagers: ['pip', 'conda', 'Poetry'], ecosystems: ['Python', 'Native Extensions', 'Scientific Computing'], }, - version: '3.2.6', + version: '3.2.8', logo: 'https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg', color: '#FED140', i18n: { From d3b2cf16f26bc3657cbffe4ec2ca6b3a8ead4fb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:18:03 +0000 Subject: [PATCH 4/5] fix: update Git metadata to 2.55.0 --- README.md | 2 +- src/languages/git.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc559b8..250eb3c 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ from its package subpath. | G-code logo | G-code | `gcode` | `.gcode`, `.gco`, `.nc`, `.cnc`, `.tap` | `RS-274` | `code-languages/gcode` | | GDScript logo | GDScript | `gdscript` | `.gd` | `4.7` | `code-languages/gdscript` | | Gettext logo | Gettext | `gettext` | `.po`, `.pot` | `stable` | `code-languages/gettext` | -| Git logo | Git | `git` | `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, `.gitkeep` | `2.54.0` | `code-languages/git` | +| Git logo | Git | `git` | `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, `.gitkeep` | `2.55.0` | `code-languages/git` | | AngelScript logo | AngelScript | `angelscript` | `.as`, `.angelscript` | `2.36.1` | `code-languages/angelscript` | | Gleam logo | Gleam | `gleam` | `.gleam` | `1.17.0` | `code-languages/gleam` | | GML logo | GML | `gml` | `.gml` | `2024.13.0` | `code-languages/gml` | diff --git a/src/languages/git.ts b/src/languages/git.ts index 5003aaf..51e3ceb 100644 --- a/src/languages/git.ts +++ b/src/languages/git.ts @@ -11,7 +11,7 @@ export const git = { runtimes: ['Git'], ecosystems: ['Version Control', 'DevOps', 'Source Control'], }, - version: '2.54.0', + version: '2.55.0', logo: 'https://cdn.simpleicons.org/git/F05032', color: '#F05032', i18n: { From 8612dc1199fa7cb68172c7d75a298e893a57c85d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:18:27 +0000 Subject: [PATCH 5/5] fix: update Rego metadata to OPA 1.18.1 --- README.md | 2 +- src/languages/rego.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 250eb3c..8ea5474 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ from its package subpath. | Rebol logo | Rebol | `rebol` | `.r`, `.reb`, `.rebol` | `Rebol 3` | `code-languages/rebol` | | Red logo | Red | `red` | `.red`, `.reds` | `0.6.6` | `code-languages/red` | | ReasonML logo | ReasonML | `reasonml` | `.re`, `.rei` | `3.13.0` | `code-languages/reasonml` | -| Rego logo | Rego | `rego` | `.rego` | `OPA 1.18.0` | `code-languages/rego` | +| Rego logo | Rego | `rego` | `.rego` | `OPA 1.18.1` | `code-languages/rego` | | ReScript logo | ReScript | `rescript` | `.res`, `.resi` | `12.0.0` | `code-languages/rescript` | | reStructuredText logo | reStructuredText | `restructuredtext` | `.rst`, `.rest` | `Docutils 0.22.2` | `code-languages/restructuredtext` | | Roc logo | Roc | `roc` | `.roc` | `development snapshot` | `code-languages/roc` | diff --git a/src/languages/rego.ts b/src/languages/rego.ts index dd07282..5900741 100644 --- a/src/languages/rego.ts +++ b/src/languages/rego.ts @@ -12,7 +12,7 @@ export const rego = { packageManagers: ['OPA bundles'], ecosystems: ['Policy as Code', 'Kubernetes', 'Cloud Native', 'Authorization'], }, - version: 'OPA 1.18.0', + version: 'OPA 1.18.1', logo: 'https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg', color: '#5C4EE5', i18n: {