From ab24aeb585ba825a93edb7755beff94771b745e8 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Fri, 7 Oct 2022 15:36:29 +0800 Subject: [PATCH] docs: Add CHANGELOG entry for v0.2.3 (#109) --- CHANGELOG.md | 6 ++++++ cmd/version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e0753c..9c23999c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## v0.2.3 + +### Fixes + +- Fixed a bug in SCIP to LSIF conversion of indexes using the new `Relationship.is_definition` field. Without this fix, the generated LSIF index would fail to process in Sourcegraph with a "unknown reference to $ID (expected a range)" error. (https://github.com/sourcegraph/scip/pull/108) + ## v0.2.2 ### Additions diff --git a/cmd/version.txt b/cmd/version.txt index f4778493..71790396 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3