Skip to content

Commit

Permalink
Merge pull request #435 from enadeau/version1.5
Browse files Browse the repository at this point in the history
Release 1.5
  • Loading branch information
enadeau committed Sep 3, 2023
2 parents 5dae6b3 + fce8a13 commit eb1288a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@

## Unreleased

- Add: Add nox to run tests, build docs, build package wheel/sdist(@lwasser, #395, #397)
- Type annotation for all file in the library (@enadeau, #384, #415)
- Remove python 3.8 support following NEP-29 (@enadeau, #416)
## v1.5

### Added
- Stravalib now includes types annotation, the package is PEP 561 compatible (@enadeau, #423)
- Add: Add nox to run tests, build docs, build package wheel/sdist(@lwasser, #395, #397)
- Type annotation for all files in the library (@enadeau, #384, #415)
- Add blacken-docs and codespell to pre-commit & apply on docs (@lwasser, #391)
- Add: Add field override in class Segment to support all activity types (@JohnScolaro, #434)

### Fixed
- Allow parsing of activity with segment of type other that Run and Ride (@JohnScolaro, #434)

### Changed
- Infra: Replace flake8 and isort by ruff (@enadeau, #430)

### Removed
- Remove python 3.8 support following NEP-29 (@enadeau, #416)

### Contributors to this release
@endeau, @lwasser, @JohnScolaro

## v1.4

### Fixed
Expand Down

0 comments on commit eb1288a

Please sign in to comment.