mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Release preparation for version 2.22.4
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## 5.0.2
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Made the following changes to `NetHttpRequest`
|
||||
* Adds `connectionNode`, like other Ruby HTTP clients
|
||||
* Makes `requestNode` and `connectionNode` public so subclasses can use them
|
||||
* Adds detection of `Net::HTTP.start`, a common way to make HTTP requests in Ruby
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
## 5.0.2
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Made the following changes to `NetHttpRequest`
|
||||
* Adds `connectionNode`, like other Ruby HTTP clients
|
||||
* Makes `requestNode` and `connectionNode` public so subclasses can use them
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 5.0.1
|
||||
lastReleaseVersion: 5.0.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ruby-all
|
||||
version: 5.0.2-dev
|
||||
version: 5.0.2
|
||||
groups: ruby
|
||||
extractor: ruby
|
||||
dbscheme: ruby.dbscheme
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.4.3
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.4.2
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
ruby/ql/src/change-notes/released/1.4.3.md
Normal file
3
ruby/ql/src/change-notes/released/1.4.3.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.4.3
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.4.2
|
||||
lastReleaseVersion: 1.4.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ruby-queries
|
||||
version: 1.4.3-dev
|
||||
version: 1.4.3
|
||||
groups:
|
||||
- ruby
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user