We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa15c0 commit fd9bf4dCopy full SHA for fd9bf4d
docs/releases.json
@@ -1,5 +1,20 @@
1
{
2
"releases": [
3
+ {
4
+ "version": "0.3.3",
5
+ "date": "2024-09-01",
6
+ "artifacts": {
7
+ "x86_64-win32": {
8
+ "url": "https://github.com/pherrymason/c3-lsp/releases/download/v0.3.3/c3lsp-windows-amd64.zip"
9
+ },
10
+ "arm64-darwin": {
11
+ "url":"https://github.com/pherrymason/c3-lsp/releases/download/v0.3.3/c3lsp-darwin-arm64.zip"
12
13
+ "x86_64-linux": {
14
+ "url":"https://github.com/pherrymason/c3-lsp/releases/download/v0.3.3/c3lsp-linux-amd64.tar.gz"
15
+ }
16
17
18
19
"version": "0.3.0",
20
"date": "2024-09-01",
0 commit comments