We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921cbe1 commit 30245b6Copy full SHA for 30245b6
README.md
@@ -17,7 +17,7 @@ The two latest versions of Go is supported. The core decoding package has no
17
external dependencies. The latest release of Go and a few external dependencies
18
are required for running the full test suite and benchmarks.
19
20
-**Latest release:** 0.11.0
+**Latest release:** 0.12.0
21
22
_Note:_ 0.6.0 contains a breaking change, see #46.
23
@@ -54,7 +54,7 @@ Other profile versions may work, but have not been tested.
54
Using Go modules:
55
56
```
57
-$ go get github.com/tormoder/fit@v0.11.0
+$ go get github.com/tormoder/fit@v0.12.0
58
59
60
Using `$GOPATH`:
0 commit comments