Skip to content

Commit dd799ea

Browse files
authored
Prepare for release 0.0.44 (#166)
1 parent 040c81b commit dd799ea

6 files changed

Lines changed: 2389 additions & 2890 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Node.js
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: '17'
21+
node-version: '20'
2222
- name: Setup Erlang
2323
uses: erlef/setup-beam@v1
2424
with:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Package
3434
run: vsce package
3535
- name: Upload Artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: erlang-ls.vsix
3939
path: erlang-ls-*.vsix

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '17'
16+
node-version: '20'
1717
- name: Setup Erlang
1818
uses: erlef/setup-beam@v1
1919
with:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Package
2929
run: vsce package
3030
- name: Upload Artifacts
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: erlang-ls.vsix
3434
path: erlang-ls-*.vsix

CHANGELOG.md

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

3+
### 0.0.44
4+
5+
Bump OTP version to 24
6+
Add custom escript runner configuration option
7+
8+
Server (0.52.0 -> 0.53.0)
9+
10+
- https://github.com/erlang-ls/erlang_ls/releases/tag/0.52.0
11+
312
### 0.0.43
413

514
Server (0.50.0 -> 0.52.0)

erlang_ls

Submodule erlang_ls updated 49 files

0 commit comments

Comments
 (0)