Skip to content

Commit

Permalink
v18.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Dec 10, 2024
1 parent d547f5b commit 7285aee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-18.2.1'></a>
## v18.2.1 (2024-12-10)

- [Feature] Add integer variables `TUTOR_VERSION_MAJOR` and `TUTOR_VERSION_MINOR` to the template context. These are parsed from the existing `TUTOR_VERSION` string variable, which takes the format `"MAJOR.MINOR.PATCH"`. We add them as a convenience to developers who need to maintain version-agnostic Tutor plugins (by @michaelwheeler and @kdmccormick).
- [Feature] Adds `tutor config edit` command. This opens the active tutor environment's config.yaml in an editor for manual editing. (by @tecoholic)
- [Improvement] Disable celery gossip and mingle to improve celery performance. (by @Ian2012)
- [Bugfix] Fix breakpoint debugging by attaching container stdin when running `tutor dev start <service>` for a single service. (by @Danyal-Faheem)

<a id='changelog-18.2.0'></a>
## v18.2.0 (2024-12-03)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20241107_164816_kyle_tutor_version_parts.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20241204_152125_edunext_better_celery.md

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__ = "18.2.0"
__version__ = "18.2.1"

# 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 7285aee

Please sign in to comment.