Skip to content

Commit 355c86a

Browse files
docs: Add CHANGELOG entry for v0.3.0 (#442)
1 parent 6649a10 commit 355c86a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# scip-clang ChangeLog
22

3+
## v0.3.0 (beta)
4+
5+
- Adds initial support for indexing CUDA code, including
6+
code navigation support for CUDA kernels.
7+
(https://github.com/sourcegraph/scip-clang/issues/428)
8+
39
## v0.2.7 (beta)
410

511
- Adds a visited set to to avoid performing member lookup in the same

indexer/Version.h

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

0 commit comments

Comments
 (0)