Skip to content

Commit

Permalink
docs: Prepare for v0.1.13 release (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Apr 29, 2024
1 parent ba632a7 commit 3e3635f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ChangeLog

## v0.1.13

- Adds workaround for a panic triggerd by the presence of multiple
field definitions with the same anonymous type.
(https://github.com/sourcegraph/scip-go/pull/96)

```go
type T struct {
A, B struct { B int }
}
```

## v0.1.12

- Fixes the Dockerfile for the indexer. Due to a bug in the Dockerfile,
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.12
0.1.13

0 comments on commit 3e3635f

Please sign in to comment.