Release preparation for version 2.21.1

This commit is contained in:
github-actions[bot]
2025-04-14 09:53:06 +00:00
parent 884c4a6e7b
commit b961c5961d
170 changed files with 424 additions and 167 deletions

View File

@@ -1,3 +1,9 @@
## 4.1.4
### Minor Analysis Improvements
* Calls to `super` without explict arguments now have their implicit arguments generated. For example, in `def foo(x, y) { super } end` the call to `super` becomes `super(x, y)`.
## 4.1.3
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 4.1.4
### Minor Analysis Improvements
* Calls to `super` without explict arguments now have their implicit arguments generated. For example, in `def foo(x, y) { super } end` the call to `super` becomes `super(x, y)`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.1.3
lastReleaseVersion: 4.1.4

View File

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

View File

@@ -1,3 +1,10 @@
## 1.2.0
### Major Analysis Improvements
* The query `rb/useless-assignment-to-local` now comes with query help and has been tweaked to produce fewer false positives.
* The query `rb/uninitialized-local-variable` now only produces alerts when the variable is the receiver of a method call and should produce very few false positives. It also now comes with a help file.
## 1.1.15
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* The query `rb/useless-assignment-to-local` now comes with query help and has been tweaked to produce fewer false positives.

View File

@@ -1,4 +1,6 @@
---
category: majorAnalysis
---
## 1.2.0
### Major Analysis Improvements
* The query `rb/useless-assignment-to-local` now comes with query help and has been tweaked to produce fewer false positives.
* The query `rb/uninitialized-local-variable` now only produces alerts when the variable is the receiver of a method call and should produce very few false positives. It also now comes with a help file.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.1.15
lastReleaseVersion: 1.2.0

View File

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