Skip to content

Commit 1b5e8dd

Browse files
docs: Prepare for v0.1.22 release (#142)
1 parent 66fcf96 commit 1b5e8dd

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
314
## v0.1.21
415

516
- Upgrades Dockerfile to use Go 1.23.2 (released Oct 1 2024).

internal/index/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.21
1+
0.1.22

0 commit comments

Comments
 (0)