File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ Types of changes:
15
15
- ` Fixed ` for any bug fixes.
16
16
- ` Security ` in case of vulnerabilities.
17
17
18
- ## [ unreleased ] - {date}
18
+ ## [ 0.24.0 ] - 2021-12-16
19
19
### Added
20
20
- Adds processing of resting heartrate to athlete model from FIT files.
21
21
22
22
### Fixed
23
23
- Adds fixes for processing age and heigh to athlete model from FIT files.
24
24
25
+
25
26
## [ 0.23.2] - 2021-12-13
26
27
### Fixed
27
28
- Fixes parsing the activity_class attribute on the athlete model returned by ` read_fit(metadata=True) ` . It should now handle all possible values.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sweat"
3
- version = " 0.23.2 "
3
+ version = " 0.24.0 "
4
4
description = " Workout analysis"
5
5
license = " MIT"
6
6
authors = [
" Aart Goossens <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments