Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Oct 24, 2021
1 parent 38addb3 commit 576d7ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
python-version: 3.8
- name: Install Dependencies
run: |
pip install pip==21.2.4 # 21.3 breaks editable install
pip install -r setup/requirements/dev-requirements.txt
pip install -r setup/requirements/requirements.txt
pip install -e . --no-deps
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
...

## [0.23.0](https://github.com/fgebhart/workoutizer/releases/tag/v0.23.0) - 2021-10-24
### Added
* Introduce sports `mapping name`. It can be used to map a particular sport to a
certain sport name label given by Garmin. Mapping of such names was previously
Expand Down

0 comments on commit 576d7ea

Please sign in to comment.