Merge pull request #3682 from github/v1.14.0

Release v1.14.0
This commit is contained in:
Dave Bartolomeo
2024-08-07 11:14:01 -04:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.14.0 - 7 August 2024
- Add Python support to the CodeQL Model Editor. [#3676](https://github.com/github/vscode-codeql/pull/3676)
- Update variant analysis view to display the length of the shortest path for path queries. [#3671](https://github.com/github/vscode-codeql/pull/3671)
- Remove support for CodeQL CLI versions older than 2.15.5. [#3681](https://github.com/github/vscode-codeql/pull/3681)
## 1.13.1 - 29 May 2024

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.13.2",
"version": "1.14.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.13.2",
"version": "1.14.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
"version": "1.13.2",
"version": "1.14.0",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",