Skip to content

Commit 1860adf

Browse files
release/v0.4.0 (#517)
Bump version to v0.4.0 and update CHANGELOG.md with the latest release notes.
1 parent 5b4ef82 commit 1860adf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0 (beta)
4+
5+
- Updated LLVM to version 21.
6+
(https://github.com/sourcegraph/scip-clang/pull/513)
7+
- Dropped macOS x86 binaries; only ARM (Apple Silicon) is supported.
8+
(https://github.com/sourcegraph/scip-clang/pull/515)
9+
310
## v0.3.3 (beta)
411

512
- Fixes missing symbols for template functions using `enable_if`.

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.3.3"
18+
#define VERSION "0.4.0"
1919
#define LLVM_COMMIT \
2020
"2078da43e25a4623cab2d0d60decddf709aaea28" // Keep synced with fetch_deps.bzl
2121

0 commit comments

Comments
 (0)