mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Merge pull request #18668 from github/post-release-prep/codeql-cli-2.20.4
Post-release preparation for codeql-cli-2.20.4
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## 2.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Added a basic block construction as part of the library. This is currently
|
||||
considered an internal unstable API. The input signature to the control flow
|
||||
graph now requires two additional predicates: `idOfAstNode` and
|
||||
`idOfCfgScope`.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
category: breaking
|
||||
---
|
||||
## 2.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Added a basic block construction as part of the library. This is currently
|
||||
considered an internal unstable API. The input signature to the control flow
|
||||
graph now requires two additional predicates: `idOfAstNode` and
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 2.0.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/controlflow
|
||||
version: 1.0.16-dev
|
||||
version: 2.0.1-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
## 2.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Deleted the deprecated `Make` and `MakeWithState` modules, use `Global` and `GlobalWithState` instead.
|
||||
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.
|
||||
|
||||
## 1.1.9
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
category: breaking
|
||||
---
|
||||
## 2.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Deleted the deprecated `Make` and `MakeWithState` modules, use `Global` and `GlobalWithState` instead.
|
||||
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.
|
||||
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.1.9
|
||||
lastReleaseVersion: 2.0.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/dataflow
|
||||
version: 1.1.10-dev
|
||||
version: 2.0.1-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/mad/change-notes/released/1.0.16.md
Normal file
3
shared/mad/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/mad
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/rangeanalysis/change-notes/released/1.0.16.md
Normal file
3
shared/rangeanalysis/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/rangeanalysis
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/regex/change-notes/released/1.0.16.md
Normal file
3
shared/regex/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/regex
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/ssa/change-notes/released/1.0.16.md
Normal file
3
shared/ssa/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ssa
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/threat-models/change-notes/released/1.0.16.md
Normal file
3
shared/threat-models/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/threat-models
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
library: true
|
||||
groups: shared
|
||||
dataExtensions:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/tutorial/change-notes/released/1.0.16.md
Normal file
3
shared/tutorial/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: codeql/tutorial
|
||||
description: Library for the CodeQL detective tutorials, helping new users learn to
|
||||
write CodeQL queries.
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/typeflow/change-notes/released/1.0.16.md
Normal file
3
shared/typeflow/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/typeflow
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
## 2.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Deleted the deprecated `ConsistencyChecks` module.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: breaking
|
||||
---
|
||||
* Deleted the deprecated `ConsistencyChecks` module.
|
||||
5
shared/typetracking/change-notes/released/2.0.0.md
Normal file
5
shared/typetracking/change-notes/released/2.0.0.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 2.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Deleted the deprecated `ConsistencyChecks` module.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 2.0.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/typetracking
|
||||
version: 1.0.16-dev
|
||||
version: 2.0.1-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/typos/change-notes/released/1.0.16.md
Normal file
3
shared/typos/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/typos
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 2.0.3
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 2.0.2
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/util/change-notes/released/2.0.3.md
Normal file
3
shared/util/change-notes/released/2.0.3.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.0.3
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 2.0.2
|
||||
lastReleaseVersion: 2.0.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/util
|
||||
version: 2.0.3-dev
|
||||
version: 2.0.4-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies: null
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/xml/change-notes/released/1.0.16.md
Normal file
3
shared/xml/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/xml
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.15
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
shared/yaml/change-notes/released/1.0.16.md
Normal file
3
shared/yaml/change-notes/released/1.0.16.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.16
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.15
|
||||
lastReleaseVersion: 1.0.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/yaml
|
||||
version: 1.0.16-dev
|
||||
version: 1.0.17-dev
|
||||
groups: shared
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
|
||||
Reference in New Issue
Block a user