mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02: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
|
||||
|
||||
Reference in New Issue
Block a user