Skip to content

Commit

Permalink
docs: Add CHANGELOG entry for v0.2.6 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Aug 15, 2023
1 parent 17e3591 commit 203e68f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# scip-clang ChangeLog

## v0.2.6 (beta)

- The previous release incorrectly changed the log level of
a 'trace' log line to 'warn'. This release reverts that.

## v0.2.5 (beta)

- Fixes a bug where for in-tree CMake builds (i.e. no `-B` flag),
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.5"
#define VERSION "0.2.6"
#define LLVM_COMMIT \
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl

Expand Down

0 comments on commit 203e68f

Please sign in to comment.