Skip to content

Commit

Permalink
docs: Add CHANGELOG entry for v0.0.2 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Apr 14, 2023
1 parent ced7e7d commit 90a5883
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# scip-clang ChangeLog

## v0.0.2 (testing)

- Adds support for automatically inferring correct include
directories for gcc/g++. This means that the indexer will
correctly find standard library headers even when a
`compile_commands.json` file refers to gcc/g++ instead of clang.
(https://github.com/sourcegraph/scip-clang/pull/178)

## v0.0.1 (testing)

- Symbols without hover docs will explicitly show "No documentation available".
(https://github.com/sourcegraph/scip-clang/pull/173)
- Published binaries should work on Debian Buster and Ubuntu 18.04,
instead of requiring Debian Bullseye / Ubuntu 20.04 or newer.
(https://github.com/sourcegraph/scip-clang/pull/174)

## v0.0.0 (testing)

- Initial release with code nav support for various
language features like macros, #include pragmas, types,
functions, methods, local variables etc.
functions, methods, local variables etc.
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.0.1"
#define VERSION "0.0.2"
#define LLVM_COMMIT \
"b6e344ce91c8796331fca7644eb8c748ac5391ec" // Keep in sync with setup.bzl

Expand Down

0 comments on commit 90a5883

Please sign in to comment.