Skip to content

Commit cb79585

Browse files
committed
v19.0.5
1 parent f7125a6 commit cb79585

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ instructions, because git commits are used to generate release notes:
2020

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

23+
<a id='changelog-19.0.5'></a>
24+
## v19.0.5 (2025-06-10)
25+
26+
- [Feature] Enable the "contrib" plugin index by default. This enables platform users to view 3rd party plugins without having to run `tutor plugins index add contrib`. (by @regisb)
27+
- [Feature] Automatically update the plugin index cache on all commands that need it. Including: `plugins install/upgrade/search`. This makes it slightly easier for end users to use plugins. (by @regisb)
28+
2329
<a id='changelog-19.0.4'></a>
2430
## v19.0.4 (2025-05-27)
2531

changelog.d/20250429_092254_regis_contrib.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
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__ = "19.0.4"
5+
__version__ = "19.0.5"
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)