Skip to content

Commit

Permalink
Register 0.3.2 and 0.3.1 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Dec 9, 2024
1 parent fd9bf4d commit b4fe38b
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion docs/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"releases": [
{
"version": "0.3.3",
"date": "2024-09-01",
"date": "2024-12-09",
"artifacts": {
"x86_64-win32": {
"url": "https://github.com/pherrymason/c3-lsp/releases/download/v0.3.3/c3lsp-windows-amd64.zip"
Expand All @@ -15,6 +15,36 @@
}
}
},
{
"version": "0.3.2",
"date": "2024-09-13",
"artifacts": {
"x86_64-win32": {
"url": "https://github.com/pherrymason/c3-lsp/releases/download/v0.3.2/c3lsp-windows-amd64.zip"
},
"arm64-darwin": {
"url":"https://github.com/pherrymason/c3-lsp/releases/download/v0.3.2/c3lsp-darwin-arm64.zip"
},
"x86_64-linux": {
"url":"https://github.com/pherrymason/c3-lsp/releases/download/v0.3.2/c3lsp-linux-amd64.tar.gz"
}
}
},
{
"version": "0.3.1",
"date": "2024-09-06",
"artifacts": {
"x86_64-win32": {
"url": "https://github.com/pherrymason/c3-lsp/releases/download/v0.3.1/c3lsp-windows-amd64.zip"
},
"arm64-darwin": {
"url":"https://github.com/pherrymason/c3-lsp/releases/download/v0.3.1/c3lsp-darwin-arm64.zip"
},
"x86_64-linux": {
"url":"https://github.com/pherrymason/c3-lsp/releases/download/v0.3.1/c3lsp-linux-amd64.zip"
}
}
},
{
"version": "0.3.0",
"date": "2024-09-01",
Expand Down

0 comments on commit b4fe38b

Please sign in to comment.