We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fcf96 commit 1b5e8ddCopy full SHA for 1b5e8dd
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# ChangeLog
2
3
+## v0.1.22
4
+
5
+- Fixes a panic when using a custom GOPACKAGESDRIVER along
6
+ with a build system other than the default Go build system
7
+ (https://github.com/sourcegraph/scip-go/pull/138)
8
+- Optionally allows passing package patterns to scip-go for
9
+ only indexing a subset of packages.
10
+ (https://github.com/sourcegraph/scip-go/pull/139)
11
+- Upgrades Dockerfile to use Go 1.23.3 (released Oct 1 2024).
12
+ (https://github.com/sourcegraph/scip-go/pull/141)
13
14
## v0.1.21
15
16
- Upgrades Dockerfile to use Go 1.23.2 (released Oct 1 2024).
internal/index/version.txt
@@ -1 +1 @@
-0.1.21
+0.1.22
0 commit comments