Skip to content

Commit

Permalink
docs: Add CHANGELOG entry for v0.2.5 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Aug 15, 2023
1 parent b8d2339 commit 16d4767
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# scip-clang ChangeLog

## v0.2.5 (beta)

- Fixes a bug where for in-tree CMake builds (i.e. no `-B` flag),
with varying `"directory"` keys pointing to project subfolders,
no SCIP Documents would be emitted in the index (and hence
precise code navigation wouldn't work).
(https://github.com/sourcegraph/scip-clang/pull/411)

## v0.2.4 (beta)

- Adds temporary support for better debugging issues
Expand Down
2 changes: 1 addition & 1 deletion indexer/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ constexpr bool debugMode = true;
constexpr bool debugMode = false;
#endif

#define VERSION "0.2.4"
#define VERSION "0.2.5"
#define LLVM_COMMIT \
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl

Expand Down

0 comments on commit 16d4767

Please sign in to comment.