Skip to content

Commit 6ca9b19

Browse files
committed
release v0.5.0
1 parent 46aaa11 commit 6ca9b19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
submodules: true
16+
- uses: cachix/install-nix-action@v16
1617
- name: Parse version
1718
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
18-
- uses: cachix/install-nix-action@v16
1919
- run: npm ci
2020
- run: ./compile_sqls.fish
2121
- run: npx vsce package --out sqlnotebook-${{ env.RELEASE_VERSION }}.vsix

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22

3-
## [Unreleased 0.5.0]
3+
## [0.5.0]
44

5-
- Package `sqls` language server into `vscode-sql-notebook`.
5+
- Bundle `sqls` language server into `vscode-sql-notebook`.
66
- When running on a compatible arch/os, notebooks can now
77
benefit from intelligent autocomplete and hover information
88
when connected to a valid database connection. To enable this unstable

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"url": "https://github.com/cmoog/vscode-sql-notebook"
99
},
10-
"version": "0.4.1",
10+
"version": "0.5.0",
1111
"preview": false,
1212
"engines": {
1313
"vscode": "^1.59.0"

0 commit comments

Comments
 (0)