Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch 'main' into dev #242

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,20 @@ All notable changes to the kdb extension will be documented in this file.

- Fixed various CVEs

# v1.2.1

### Fixes

- Documentation fixes

# v1.2.0

### Enhancements

- Execution of Python code on server
- Execution of Python code on kdb Insights Enterprise
- Rename symbol support
- Basic linting support
- KDB/q REPL flow
- kdb+/q REPL flow

### Fixes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb",
"description": "IDE support for kdb product suite",
"publisher": "KX",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"vscode": "^1.75.0"
},
Expand Down
Loading