File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
with :
15
15
submodules : true
16
+ - uses : cachix/install-nix-action@v16
16
17
- name : Parse version
17
18
run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
18
- - uses : cachix/install-nix-action@v16
19
19
- run : npm ci
20
20
- run : ./compile_sqls.fish
21
21
- run : npx vsce package --out sqlnotebook-${{ env.RELEASE_VERSION }}.vsix
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased 0.5.0]
3
+ ## [ 0.5.0]
4
4
5
- - Package ` sqls ` language server into ` vscode-sql-notebook ` .
5
+ - Bundle ` sqls ` language server into ` vscode-sql-notebook ` .
6
6
- When running on a compatible arch/os, notebooks can now
7
7
benefit from intelligent autocomplete and hover information
8
8
when connected to a valid database connection. To enable this unstable
Original file line number Diff line number Diff line change 7
7
"repository" : {
8
8
"url" : " https://github.com/cmoog/vscode-sql-notebook"
9
9
},
10
- "version" : " 0.4.1 " ,
10
+ "version" : " 0.5.0 " ,
11
11
"preview" : false ,
12
12
"engines" : {
13
13
"vscode" : " ^1.59.0"
You can’t perform that action at this time.
0 commit comments