Release preparation for version 2.23.2

This commit is contained in:
github-actions[bot]
2025-09-29 10:28:45 +00:00
parent 9dfd87c284
commit d2130a589b
171 changed files with 409 additions and 127 deletions

View File

@@ -1,3 +1,9 @@
## 5.1.0
### New Features
* Initial modeling for the Ruby Grape framework in `Grape.qll` has been added to detect API endpoints, parameters, and headers within Grape API classes.
## 5.0.4
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: feature
---
* Initial modeling for the Ruby Grape framework in `Grape.qll` has been added to detect API endpoints, parameters, and headers within Grape API classes.
## 5.1.0
### New Features
* Initial modeling for the Ruby Grape framework in `Grape.qll` has been added to detect API endpoints, parameters, and headers within Grape API classes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.0.4
lastReleaseVersion: 5.1.0

View File

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

View File

@@ -1,3 +1,7 @@
## 1.4.6
No user-facing changes.
## 1.4.5
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.5
lastReleaseVersion: 1.4.6

View File

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