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 c5052f7 commit 476bf7fCopy full SHA for 476bf7f
README.md
@@ -17,6 +17,10 @@ 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.6.0
21
+
22
+_Note:_ 0.6.0 contains a breaking change, see #46.
23
24
### FIT SDK Version Support
25
26
**Current supported FIT SDK version:** 21.32
@@ -46,7 +50,7 @@ Other profile versions may work, but have not been tested.
46
50
Using Go modules:
47
51
48
52
```
49
-$ go get github.com/tormoder/fit@v0.5.0
53
+$ go get github.com/tormoder/fit@v0.6.0
54
55
56
Using `$GOPATH`:
0 commit comments