Skip to content

Commit 4ad5f96

Browse files
docs: Add CHANGELOG entry for v0.0.7 (#241)
1 parent 9eed02d commit 4ad5f96

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.7 (alpha)
4+
5+
- Fixed an issue where using-declarations (`using X::Y::Z;`) were
6+
missing definition and reference information.
7+
(https://github.com/sourcegraph/scip-clang/pull/240)
8+
- Fixed an issue where references to typedefs and alias declarations
9+
(`using A = B`) were not emitted correctly.
10+
(https://github.com/sourcegraph/scip-clang/pull/237)
11+
312
## v0.0.6 (alpha)
413

514
- Added bulk processing for worker results.

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.0.6"
18+
#define VERSION "0.0.7"
1919
#define LLVM_COMMIT \
2020
"b6e344ce91c8796331fca7644eb8c748ac5391ec" // Keep in sync with setup.bzl
2121

0 commit comments

Comments
 (0)