Skip to content

Commit

Permalink
docs: Update CHANGELOG for v0.0.3 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Apr 17, 2023
1 parent c3f4468 commit d2d282d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# scip-clang ChangeLog

## v0.0.3 (testing)

- Added documentation with adoption tips, including how to
troubleshoot common errors.
(https://github.com/sourcegraph/scip-clang/pull/186)
- JobIDs printed when running `scip-clang` with `--log-level=debug`
are now more informative.
(https://github.com/sourcegraph/scip-clang/pull/189)
- (Dev builds) Added workaround for ENFORCE being hit on encountering
previously unseen files during index merging.
(https://github.com/sourcegraph/scip-clang/pull/194)
- (Dev builds) Fixed an ENFORCE being hit around pre-processor handling.
(https://github.com/sourcegraph/scip-clang/issues/156)

## v0.0.2 (testing)

- Adds support for automatically inferring correct include
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.0.2"
#define VERSION "0.0.3"
#define LLVM_COMMIT \
"b6e344ce91c8796331fca7644eb8c748ac5391ec" // Keep in sync with setup.bzl

Expand Down

0 comments on commit d2d282d

Please sign in to comment.