mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-09 16:36:29 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
a6b0b68602
@ -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)
|
||||
|
||||
|
@ -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)
|
@ -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)
|
@ -1 +0,0 @@
|
||||
- [Bugfix] Fix permissions error on windows when running `tutor dev start` (by @Danyal-Faheem)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user