Skip to content

Commit

Permalink
Version 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Jun 9, 2024
1 parent 402f1e1 commit 6b1b47c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This is the log of high-level changes that I have done in the various versions.

This is the pre-release series. Things haven't settled yet, so each minor version might introduce breaking changes.

### Version 0.21.1

- Add support for Python 3.12.

### Version 0.21.0

- **Breaking change:** New way to extract metadata from paths and filenames. This uses regular expressions and is more versatile than the heuristic before. If you have used `prefer_metadata_from_file` before, see the [documentation on activity files](../getting-started/using-activity-files.md) for the new way.
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.21.0"
version = "0.21.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 6b1b47c

Please sign in to comment.