bump version to 0.6.2

This commit is contained in:
Sam
2022-04-03 19:47:40 +02:00
parent 7b46f4430e
commit 79c3be07ad
45 changed files with 429 additions and 346 deletions

View File

@ -1,5 +1,17 @@
# Change log
## Version 0.6.2 (2022/04/03)
### Issues Closed
#### Bugs Fixed
* [#175](https://github.com/SamR1/FitTrackee/issues/175) - Distance card on dashboard is not refreshed
* [#173](https://github.com/SamR1/FitTrackee/issues/173) - link to user profile in workout card is incorrect
In this release 2 issues were closed.
## Version 0.6.1 (2022/03/27)
### Issues Closed

View File

@ -369,13 +369,13 @@ Production environment
.. warning::
| Note that FitTrackee is under heavy development, some features may be unstable.
- Download the last release (for now, it is the release v0.6.1):
- Download the last release (for now, it is the release v0.6.2):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.1.tar.gz
$ tar -xzf v0.6.1.tar.gz
$ mv FitTrackee-0.6.1 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.2.tar.gz
$ tar -xzf v0.6.2.tar.gz
$ mv FitTrackee-0.6.2 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -493,13 +493,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.6.1) and overwrite existing files:
- Download the last release (for now, it is the release v0.6.2) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.1.tar.gz
$ tar -xzf v0.6.1.tar.gz
$ cp -R FitTrackee-0.6.1/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.2.tar.gz
$ tar -xzf v0.6.2.tar.gz
$ cp -R FitTrackee-0.6.2/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).