There was an error while loading. Please reload this page.
1 parent 74eb956 commit 3ad2fe8Copy full SHA for 3ad2fe8
1 file changed
CHANGELOG.md
@@ -3,6 +3,14 @@ v2.0.0 2025-12-18
3
This release has a number of incompatible changes. It also sets TOML 1.1 as the
4
default version to test.
5
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
14
### Incompatible changes
15
- The CLI syntax has been cleaned up to make it easier to use. The main
16
motivation was to enable running all tests (decoder and encoder) with just one
0 commit comments