mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 00:37:54 +00:00
v18.1.1 (#1091)
This commit is contained in:
parent
08549141e2
commit
cbd20d3ef8
@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
|
|||||||
|
|
||||||
<!-- scriv-insert-here -->
|
<!-- scriv-insert-here -->
|
||||||
|
|
||||||
|
<a id='changelog-18.1.1'></a>
|
||||||
|
## v18.1.1 (2024-07-04)
|
||||||
|
|
||||||
|
- [Bugfix] Fix `mysql-native-password is not loaded` error in MySQL 8.4 when upgrading from tutor 15 or an earlier release to tutor 18 by enabling the plugin. (by @Danyal-Faheem)
|
||||||
|
|
||||||
<a id='changelog-18.1.0'></a>
|
<a id='changelog-18.1.0'></a>
|
||||||
## v18.1.0 (2024-06-25)
|
## v18.1.0 (2024-06-25)
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
- [Bugfix] Fix `mysql-native-password is not loaded` error in MySQL 8.4 when upgrading from tutor 15 or an earlier release to tutor 18 by enabling the plugin. (by @Danyal-Faheem)
|
|
@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
# Increment this version number to trigger a new release. See
|
# Increment this version number to trigger a new release. See
|
||||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||||
__version__ = "18.1.0"
|
__version__ = "18.1.1"
|
||||||
|
|
||||||
# The version suffix will be appended to the actual version, separated by a
|
# 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
|
# dash. Use this suffix to differentiate between the actual released version and
|
||||||
|
Loading…
Reference in New Issue
Block a user