From 0450ebe82839240f4f3b4420e4be83c391e649a3 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Sun, 13 Aug 2023 17:22:09 +0800 Subject: [PATCH] docs: Add CHANGELOG entry for v0.2.4 (#410) --- CHANGELOG.md | 6 ++++++ indexer/Version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7df86c..d1e6f5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # scip-clang ChangeLog +## v0.2.4 (beta) + +- Adds temporary support for better debugging issues + where seemingly in-project files are treated as out-of-project. + (https://github.com/sourcegraph/scip-clang/pull/409) + ## v0.2.3 (beta) - Adds support for Find implementations for classes. diff --git a/indexer/Version.h b/indexer/Version.h index b1c833bf..b54ad670 100644 --- a/indexer/Version.h +++ b/indexer/Version.h @@ -15,7 +15,7 @@ constexpr bool debugMode = true; constexpr bool debugMode = false; #endif -#define VERSION "0.2.3" +#define VERSION "0.2.4" #define LLVM_COMMIT \ "e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl