6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-09 16:36:29 +00:00
This commit is contained in:
Syed Muhammad Dawoud Sheraz Ali 2024-06-13 12:42:32 +05:00 committed by Régis Behmo
parent eb0660a55a
commit ad6045db75
5 changed files with 10 additions and 4 deletions

View File

@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-17.0.6'></a>
## v17.0.6 (2024-06-13)
- [Feature] Introduces the IS_FILE_RENDERED Filter, which allows developers to specify files that should be copied directly without rendering. This update empowers developers to manage special file types, ensuring that they are transferred intact without undergoing template processing. (by @Abdul-Muqadim-Arbisoft)
- [Improvement] Remove the obsolete `version` property from all Docker Compose files and remove the DOCKER_COMPOSE_VERSION config setting. This addresses the deprecation warning from docker-compose (version 1.27 and above) regarding `version` being obsolete. (by @jasonmokk)
- [Bugfix] Fix permissions error on windows when running `tutor dev start` (by @Danyal-Faheem)
<a id='changelog-17.0.5'></a>
## v17.0.5 (2024-05-22)

View File

@ -1 +0,0 @@
- [Feature] Introduces the IS_FILE_RENDERED Filter, which allows developers to specify files that should be copied directly without rendering. This update empowers developers to manage special file types, ensuring that they are transferred intact without undergoing template processing. (by @Abdul-Muqadim-Arbisoft)

View File

@ -1 +0,0 @@
- [Improvement] Remove the obsolete `version` property from all Docker Compose files and remove the DOCKER_COMPOSE_VERSION config setting. This addresses the deprecation warning from docker-compose (version 1.27 and above) regarding `version` being obsolete. (by @jasonmokk)

View File

@ -1 +0,0 @@
- [Bugfix] Fix permissions error on windows when running `tutor dev start` (by @Danyal-Faheem)

View File

@ -2,7 +2,7 @@ import os
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "17.0.5"
__version__ = "17.0.6"
# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and