Skip to content

Commit ad6045d

Browse files
DawoudSherazregisb
authored andcommitted
v17.0.6
1 parent eb0660a commit ad6045d

5 files changed

+10
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-17.0.6'></a>
24+
## v17.0.6 (2024-06-13)
25+
26+
- [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)
27+
28+
- [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)
29+
30+
- [Bugfix] Fix permissions error on windows when running `tutor dev start` (by @Danyal-Faheem)
31+
2332
<a id='changelog-17.0.5'></a>
2433
## v17.0.5 (2024-05-22)
2534

changelog.d/20240508_111948_abdul.muqadim_is_file_rendered_filter.md

-1
This file was deleted.

changelog.d/20240528_110103_jjasonmok1_remove_version_argument.md

-1
This file was deleted.

changelog.d/20240604_221238_danyal.faheem_permissions_host_fix_on_windows.md

-1
This file was deleted.

tutor/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "17.0.5"
5+
__version__ = "17.0.6"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)