mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Release preparation for version 2.7.4
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## 0.0.5
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* `CharacterLiteral`'s `getCodePointValue` predicate now returns the correct value for UTF-16 surrogates.
|
||||
* The `RangeAnalysis` module now properly handles comparisons with Unicode surrogate character literals.
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: fix
|
||||
tags: [lgtm,codescanning]
|
||||
---
|
||||
## 0.0.5
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* `CharacterLiteral`'s `getCodePointValue` predicate now returns the correct value for UTF-16 surrogates.
|
||||
* The `RangeAnalysis` module now properly handles comparisons with Unicode surrogate character literals.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.0.4
|
||||
lastReleaseVersion: 0.0.5
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-all
|
||||
version: 0.0.5-dev
|
||||
version: 0.0.5
|
||||
groups: java
|
||||
dbscheme: config/semmlecode.dbscheme
|
||||
extractor: java
|
||||
|
||||
Reference in New Issue
Block a user