Compare commits

...

5 Commits

Author SHA1 Message Date
github-actions[bot]
6f5f34c80a
Version bump to 3.5.19.dev1 (#6546)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-26 20:15:13 +01:00
github-actions[bot]
2e902b067e
Version bump to 3.5.18 (#6545)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-26 20:04:52 +01:00
Jakub Kuczys
61695daded
Red 3.5.18 - Changelog (#6544) 2025-03-26 20:00:45 +01:00
Jakub Kuczys
10889642ce
Bump dependencies (#6543) 2025-03-26 18:53:40 +00:00
Kreusada
a3b254fe8e
[Audio] Bump YT source plugin version (#6542) 2025-03-26 19:52:00 +01:00
6 changed files with 37 additions and 7 deletions

View File

@ -1,5 +1,35 @@
.. Red changelogs
Redbot 3.5.18 (2025-03-26)
==========================
| Thanks to all these amazing people that contributed to this release:
| :ghuser:`Jackenmen`, :ghuser:`Kreusada`
Read before updating
--------------------
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
More specifically, we bumped the version of YT source plugin.
`Download Red 3.5.18's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.18/Red-DiscordBot-3.5.18-default-lavalink-application.yml>`__
End-user changelog
------------------
Changes
*******
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6543`)
Fixes
*****
- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6542`)
----
Redbot 3.5.17 (2025-03-08)
==========================

View File

@ -339,7 +339,7 @@ def _early_init():
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
_VERSION = "3.5.18.dev1"
_VERSION = "3.5.19.dev1"
__version__, version_info = VersionInfo._get_version()

View File

@ -12,7 +12,7 @@ __all__ = (
JAR_VERSION: Final[LavalinkVersion] = LavalinkVersion(3, 7, 12, red=1)
YT_PLUGIN_VERSION: Final[str] = "1.11.5"
YT_PLUGIN_VERSION: Final[str] = "1.12.0"
# keep this sorted from oldest to latest
SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = (11, 17)
LATEST_SUPPORTED_JAVA_VERSION: Final = SUPPORTED_JAVA_VERSIONS[-1]

View File

@ -10,7 +10,7 @@ aiosignal==1.3.1
# via aiohttp
apsw==3.46.1.0
# via -r base.in
attrs==25.1.0
attrs==25.3.0
# via aiohttp
babel==2.17.0
# via -r base.in
@ -68,7 +68,7 @@ schema==0.7.7
# via -r base.in
six==1.17.0
# via python-dateutil
typing-extensions==4.12.2
typing-extensions==4.13.0
# via
# -r base.in
# multidict
@ -87,7 +87,7 @@ distro==1.9.0; sys_platform == "linux" and sys_platform == "linux"
# via -r base.in
importlib-metadata==8.5.0; python_version != "3.10" and python_version != "3.11"
# via markdown
pytz==2025.1; python_version == "3.8"
pytz==2025.2; python_version == "3.8"
# via babel
uvloop==0.21.0; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32"
# via -r base.in

View File

@ -17,7 +17,7 @@ jinja2==3.1.6
# via sphinx
markupsafe==2.1.5
# via jinja2
pytz==2025.1
pytz==2025.2
# via babel
requests==2.32.3
# via sphinx

View File

@ -2,7 +2,7 @@ astroid==3.2.4
# via pylint
dill==0.3.9
# via pylint
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==5.13.2
# via pylint