Skip to content

Commit 134a873

Browse files
docs: Add CHANGELOG entry for v0.1.3 (#331)
1 parent 5692e56 commit 134a873

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.3 (beta)
4+
5+
- Fixes a crash when indexing dependent names in templates.
6+
(https://github.com/sourcegraph/scip-clang/pull/330)
7+
38
## v0.1.2 (beta)
49

10+
DO NOT USE
11+
512
- Improved code navigation for dependent names (types and methods)
613
in templates.
714
(https://github.com/sourcegraph/scip-clang/pull/317,

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

0 commit comments

Comments
 (0)