Skip to content

Commit

Permalink
Stravalib Release 1.4 ✨
Browse files Browse the repository at this point in the history
Release 1.4 ✨
  • Loading branch information
lwasser committed Aug 26, 2023
2 parents 805f548 + bc09563 commit 13c41c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
closes #issue-this-closes-here

*The text above will ensure the issue will be closed when this PR is merged*
_The text above will ensure the issue will be closed when this PR is merged_

<!--- * If this pr does not address an open issue in the repository, please be sure
to explain what this pull request fixes or does. We prefer to discuss changes in issues first, to just ensure we are all on the same page about the change being proposed.
Expand All @@ -12,7 +12,6 @@ to explain what this pull request fixes or does. We prefer to discuss changes in

<!--- Please describe changes made in this pull request in detail -->


## Type of change

Select the statement best describes this pull request.
Expand All @@ -37,13 +36,13 @@ tests to support whatever fix of feature you're implementing.

- [ ] Yes, `changelog.md` is up-to-date.

*If you are having a hard time getting the tests to run correctly feel free to
ping one of the maintainers here!*
_If you are having a hard time getting the tests to run correctly feel free to
ping one of the maintainers here!_

<!---
If you are a stravalib maintainer submitting a PR in preparation for a new release
you can use the pull request release template:
[https://github.com/stravalib/stravalib/compare/master...branch-name-here?template=release-pull-request-template.md](https://github.com/stravalib/stravalib/compare/master...branch-name-here?template=release-pull-request-template.md). Be sure to modify
[https://github.com/stravalib/stravalib/compare/main...branch-name-here?template=release-pull-request-template.md](https://github.com/stravalib/stravalib/compare/main...branch-name-here?template=release-pull-request-template.md). Be sure to modify
the text "branch-name-here" in the above url to apply the release template.
-->
15 changes: 13 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,27 @@

## Unreleased

## v1.4

### Fixed

- Apply flake8 and numpy docstrings to limiter & protocol (@lwasser, #326)
- Update client's stream method to warn when using unofficial parameters (@enadeau, #385)
- Type annotation to client file (@enadeau, #384)
- Fix docstring in SleepingRateLimitRule (@enadeau)
- Fix: rename `SubscriptionCallback.validate` -> `SubscriptionCallback.validate_token` to avoid conflict with `pydantic.BaseModel` (@lwasser, #394)
- Fix: docstrings in model.py, documentation errors, findfonts warning suppression by removing opengraph (temporarily), typing updates (@lwasser, #387)
- Add: issue templates for easier debugging / guide users (@lwasser, #408)
- Fix: read the docs is breaking due to pydantic json warnings, also update python version on build and sync pr previews (@lwasser, #412)
- Fix: update master to main in all builds (@lwasser)

### Added

- Type annotation to client file (@enadeau, #384)
- Add: issue templates for easier debugging / guide users (@lwasser, #408)

### Contributors to this release

@endeau, @lwasser, @jsamoocha

## v1.3.3

### Fixed
Expand Down

0 comments on commit 13c41c7

Please sign in to comment.