Skip to content

Commit

Permalink
docs: Prepare for v0.1.17 release (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Aug 23, 2024
1 parent 156f83c commit f686498
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion internal/index/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.16
0.1.17

0 comments on commit f686498

Please sign in to comment.