Revert "Release preparation for version 2.22.2"

This commit is contained in:
Nick Rolfe
2025-07-22 14:33:45 +01:00
committed by GitHub
parent 0b7111b867
commit 825c813095
201 changed files with 267 additions and 574 deletions

View File

@@ -1,9 +1,3 @@
## 5.0.0
### Breaking Changes
* Most classes and predicates in the AST, SSA, and control-flow-graph libraries are now annotated with `overlay[local]`, in preparation for incremental analysis. This could result in compiler errors for custom queries if they extend these classes. To mitigate such errors, look for ways to restructure custom QL code so it doesn't depend on changing the behavior of standard-library classes.
## 4.1.9
No user-facing changes.

View File

@@ -1,5 +1,4 @@
## 5.0.0
### Breaking Changes
---
category: breaking
---
* Most classes and predicates in the AST, SSA, and control-flow-graph libraries are now annotated with `overlay[local]`, in preparation for incremental analysis. This could result in compiler errors for custom queries if they extend these classes. To mitigate such errors, look for ways to restructure custom QL code so it doesn't depend on changing the behavior of standard-library classes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.0.0
lastReleaseVersion: 4.1.9

View File

@@ -1,5 +1,5 @@
name: codeql/ruby-all
version: 5.0.0
version: 4.1.10-dev
groups: ruby
extractor: ruby
dbscheme: ruby.dbscheme

View File

@@ -1,7 +1,3 @@
## 1.4.1
No user-facing changes.
## 1.4.0
### Query Metadata Changes

View File

@@ -1,3 +0,0 @@
## 1.4.1
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.1
lastReleaseVersion: 1.4.0

View File

@@ -1,5 +1,5 @@
name: codeql/ruby-queries
version: 1.4.1
version: 1.4.1-dev
groups:
- ruby
- queries