Skip to content

Commit

Permalink
docs: Add CHANGELOG entry for v0.3.0 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Oct 4, 2023
1 parent 6649a10 commit 355c86a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# scip-clang ChangeLog

## v0.3.0 (beta)

- Adds initial support for indexing CUDA code, including
code navigation support for CUDA kernels.
(https://github.com/sourcegraph/scip-clang/issues/428)

## v0.2.7 (beta)

- Adds a visited set to to avoid performing member lookup in the same
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.7"
#define VERSION "0.3.0"
#define LLVM_COMMIT \
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl

Expand Down

0 comments on commit 355c86a

Please sign in to comment.