Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Mar 7, 2023
1 parent f764105 commit 326ddab
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.8.0 (2023-03-07)

### Bugfixes 🐛

- scale is not applied correctly to subfields
- add type annotations from future for 3.8 compatibility

### Features ✨

- add enrich data util
- add gear change data util

### refactor

- simplify decoding of messages, rename read_record to read_message
- move fitfile related utils to fitfile package

## v0.7.0 (2023-03-02)

### Features ✨
Expand Down
2 changes: 1 addition & 1 deletion fittie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .fitfile import decode

__all__ = ["decode"]
__VERSION__ = "0.7.0"
__VERSION__ = "0.8.0"
__PROFILE_VERSION__ = "21.105.00"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fittie"
version = "0.7.0"
version = "0.8.0"
description = "FIT file tool"
authors = [
{ name = "Marcel Blijleven" }
Expand Down Expand Up @@ -66,7 +66,7 @@ omit = [
]

[tool.commitizen]
version = "0.7.0"
version = "0.8.0"
version_files = [
"pyproject.toml",
"fittie/__init__.py"
Expand Down

0 comments on commit 326ddab

Please sign in to comment.