Skip to content

Commit 27b3bb7

Browse files
authored
Merge pull request #96 from AartGoossens/release/0.24.0
Preparing release 0.24.0
2 parents a1f7fd8 + 7525a0b commit 27b3bb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/docs/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ Types of changes:
1515
- `Fixed` for any bug fixes.
1616
- `Security` in case of vulnerabilities.
1717

18-
## [unreleased] - {date}
18+
## [0.24.0] - 2021-12-16
1919
### Added
2020
- Adds processing of resting heartrate to athlete model from FIT files.
2121

2222
### Fixed
2323
- Adds fixes for processing age and heigh to athlete model from FIT files.
2424

25+
2526
## [0.23.2] - 2021-12-13
2627
### Fixed
2728
- Fixes parsing the activity_class attribute on the athlete model returned by `read_fit(metadata=True)`. It should now handle all possible values.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sweat"
3-
version = "0.23.2"
3+
version = "0.24.0"
44
description = "Workout analysis"
55
license = "MIT"
66
authors = ["Aart Goossens <[email protected]>"]

0 commit comments

Comments
 (0)