Skip to content

Commit 16d4767

Browse files
docs: Add CHANGELOG entry for v0.2.5 (#412)
1 parent b8d2339 commit 16d4767

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.5 (beta)
4+
5+
- Fixes a bug where for in-tree CMake builds (i.e. no `-B` flag),
6+
with varying `"directory"` keys pointing to project subfolders,
7+
no SCIP Documents would be emitted in the index (and hence
8+
precise code navigation wouldn't work).
9+
(https://github.com/sourcegraph/scip-clang/pull/411)
10+
311
## v0.2.4 (beta)
412

513
- Adds temporary support for better debugging issues

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.4"
18+
#define VERSION "0.2.5"
1919
#define LLVM_COMMIT \
2020
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
2121

0 commit comments

Comments
 (0)