Skip to content

Commit 4d53c18

Browse files
docs: Add CHANGELOG entry for v0.2.1 (#377)
1 parent 4fe5f83 commit 4d53c18

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# scip-clang ChangeLog
22

3+
## v0.2.1 (beta)
4+
5+
- Fixes a bug where the base compiler was not located correctly,
6+
leading to standard library headers not being found.
7+
This bug is when using a custom LLVM toolchain for Bazel,
8+
such as grailbio/bazel-toolchain.
9+
(https://github.com/sourcegraph/scip-clang/pull/375)
10+
311
## v0.2.0 (beta)
412

513
- Adds initial support for **cross-repository code navigation**.

indexer/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ constexpr bool debugMode = true;
1515
constexpr bool debugMode = false;
1616
#endif
1717

18-
#define VERSION "0.2.0"
18+
#define VERSION "0.2.1"
1919
#define LLVM_COMMIT \
2020
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
2121

0 commit comments

Comments
 (0)