Skip to content

Commit 476bf7f

Browse files
committed
README.md: v0.6.0
1 parent c5052f7 commit 476bf7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The two latest versions of Go is supported. The core decoding package has no
1717
external dependencies. The latest release of Go and a few external dependencies
1818
are required for running the full test suite and benchmarks.
1919

20+
**Latest release:** 0.6.0
21+
22+
_Note:_ 0.6.0 contains a breaking change, see #46.
23+
2024
### FIT SDK Version Support
2125

2226
**Current supported FIT SDK version:** 21.32
@@ -46,7 +50,7 @@ Other profile versions may work, but have not been tested.
4650
Using Go modules:
4751

4852
```
49-
$ go get github.com/tormoder/fit@v0.5.0
53+
$ go get github.com/tormoder/fit@v0.6.0
5054
```
5155

5256
Using `$GOPATH`:

0 commit comments

Comments
 (0)