Skip to content

Commit

Permalink
v17.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored and regisb committed Jun 13, 2024
1 parent eb0660a commit ad6045d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 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
Expand Down

0 comments on commit ad6045d

Please sign in to comment.