Skip to content

Commit e77cfc9

Browse files
docs: Add CHANGELOG entry for v0.0.5 (#216)
1 parent 906637a commit e77cfc9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.5 (testing)
4+
5+
- Fixed spurious error messages showing up during shutdown,
6+
where worker and driver both wait for each other.
7+
(https://github.com/sourcegraph/scip-clang/pull/214)
8+
- We now check that the `"file"` keys in a compilation database
9+
reference files that actually exist on disk, before starting indexing.
10+
This prevents an assertion from being triggered due to indexing failure.
11+
(https://github.com/sourcegraph/scip-clang/pull/209)
12+
313
## v0.0.4 (testing)
414

515
- Improved handling and docs for IPC-related errors, such as when

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.0.4"
18+
#define VERSION "0.0.5"
1919
#define LLVM_COMMIT \
2020
"b6e344ce91c8796331fca7644eb8c748ac5391ec" // Keep in sync with setup.bzl
2121

0 commit comments

Comments
 (0)