bump version to 0.6.7

This commit is contained in:
Sam
2022-06-11 19:59:41 +02:00
parent a31c879673
commit 22a3df5263
51 changed files with 390 additions and 346 deletions

View File

@ -1,5 +1,16 @@
# Change log
## Version 0.6.7 (2022/06/11)
### Issues Closed
#### Bugs Fixed
* [#156](https://github.com/SamR1/FitTrackee/issues/156) - Process gpx file with offset
In this release 1 issue was closed.
## Version 0.6.6 (2022/05/29)
### Misc

View File

@ -395,13 +395,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.6):
- Download the last release (for now, it is the release v0.6.7):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.6.tar.gz
$ tar -xzf v0.6.6.tar.gz
$ mv FitTrackee-0.6.6 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.7.tar.gz
$ tar -xzf v0.6.7.tar.gz
$ mv FitTrackee-0.6.7 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -521,13 +521,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.6.6) and overwrite existing files:
- Download the last release (for now, it is the release v0.6.7) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.6.tar.gz
$ tar -xzf v0.6.6.tar.gz
$ cp -R FitTrackee-0.6.6/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.7.tar.gz
$ tar -xzf v0.6.7.tar.gz
$ cp -R FitTrackee-0.6.7/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).