Skip to content

Commit

Permalink
Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Aug 14, 2024
1 parent b8bd6ea commit 1b76615
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This is the pre-release series. Things haven't settled yet, so each minor versio

### Version 0.27

#### Version 0.27.1

- Fix `num_processes` option.

#### Version 0.27.0

- [GH-128](https://github.com/martin-ueding/geo-activity-playground/issues/128): Let the Strava Checkout importer set the file `strava-last-activity-date.json` which is needed such that the Strava API importer can pick up after all the activities that have been imported via the checkout.
- [GH-143](https://github.com/martin-ueding/geo-activity-playground/issues/143): Use custom CSV parser to read activities that have newlines in their descriptions.
- [GH-146](https://github.com/martin-ueding/geo-activity-playground/issues/146): Make multiprocessing optional with `num_processes = 1` in the configuration.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geo-activity-playground"
version = "0.27.0"
version = "0.27.1"
description = "Analysis of geo data activities like rides, runs or hikes."
authors = ["Martin Ueding <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1b76615

Please sign in to comment.