diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d91a26..84d1edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # ChangeLog +## v0.1.17 + +- Fixes panic due to alias types in v0.1.16. + (https://github.com/sourcegraph/scip-go/pull/121) + ## v0.1.16 +NOTE: This release panics on alias types due to +upstream Go bug [68877](https://github.com/golang/go/issues/68877); +you can work around that by using `GODEBUG=gotypesalias=0`. + - Updates the indexer and Dockerfile for Go 1.23.0 (https://github.com/sourcegraph/scip-go/pull/116) + ## v0.1.15 - Updates the Dockerfile to use Go 1.22.5. diff --git a/internal/index/version.txt b/internal/index/version.txt index e8e277f..04c5555 100644 --- a/internal/index/version.txt +++ b/internal/index/version.txt @@ -1 +1 @@ -0.1.16 +0.1.17