Skip to content

Commit 3ad2fe8

Browse files
committed
Add note about adding v2 to import path
Probably not obvious for people not familiar with Go.
1 parent 74eb956 commit 3ad2fe8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ v2.0.0 2025-12-18
33
This release has a number of incompatible changes. It also sets TOML 1.1 as the
44
default version to test.
55

6+
Note the correct import path changed from `github.com/toml-lang/toml-test` to
7+
`github.com/toml-lang/toml-test/v2`. If you're installing toml-test from source
8+
you now need to do:
9+
10+
% go install github.com/toml-lang/toml-test/v2/cmd/toml-test@latest
11+
12+
Without the /v2, `@latest` will install the latest 1.x release.
13+
614
### Incompatible changes
715
- The CLI syntax has been cleaned up to make it easier to use. The main
816
motivation was to enable running all tests (decoder and encoder) with just one

0 commit comments

Comments
 (0)