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 ace9a78 commit 523021dCopy full SHA for 523021d
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.7.0
+**Latest release:** 0.8.0
21
22
_Note:_ 0.6.0 contains a breaking change, see #46.
23
@@ -52,7 +52,7 @@ Other profile versions may work, but have not been tested.
52
Using Go modules:
53
54
```
55
-$ go get github.com/tormoder/fit@v0.7.0
+$ go get github.com/tormoder/fit@v0.8.0
56
57
58
Using `$GOPATH`:
0 commit comments