diff options
author | 2024-03-30 10:40:40 +0000 | |
---|---|---|
committer | 2024-03-30 10:40:40 +0000 | |
commit | 3fadab97da89e6733e2f5ee41fadd7be4cd0c77c (patch) | |
tree | 5e172421530df89456bef55d17c553425c7f1b01 /main/changelog.html | |
parent | Deploying to docs from @ python-discord/bot-core@57ddc0ffa9fd353221b746c5b099... (diff) |
Deploying to docs from @ python-discord/bot-core@88c2eb6a2f065ee6055db0cf4533065cc95c87c4 🚀
Diffstat (limited to 'main/changelog.html')
-rw-r--r-- | main/changelog.html | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/main/changelog.html b/main/changelog.html index 81043ff2..19d5997f 100644 --- a/main/changelog.html +++ b/main/changelog.html @@ -6,7 +6,7 @@ <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Local Development & Testing" href="development.html" /> <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 --> - <title>Changelog - Pydis Core Latest (11.0.1)</title> + <title>Changelog - Pydis Core Latest (11.1.0)</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" /> <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" /> <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" /> @@ -127,7 +127,7 @@ </label> </div> <div class="header-center"> - <a href="index.html"><div class="brand">Pydis Core Latest (11.0.1)</div></a> + <a href="index.html"><div class="brand">Pydis Core Latest (11.1.0)</div></a> </div> <div class="header-right"> <div class="theme-toggle-container theme-toggle-header"> @@ -153,7 +153,7 @@ <img class="sidebar-logo" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg" alt="Logo"/> </div> - <span class="sidebar-brand-text">Pydis Core Latest (11.0.1)</span> + <span class="sidebar-brand-text">Pydis Core Latest (11.1.0)</span> </a><form class="sidebar-search-container" method="get" action="search.html" role="search"> <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search"> @@ -287,6 +287,10 @@ </li> <li class="toctree-l2 "> + <a class="version_link reference internal" href="../v11.1.0/changelog.html">v11.1.0</a> + </li> + + <li class="toctree-l2 "> <a class="version_link reference internal" href="../v11.0.1/changelog.html">v11.0.1</a> </li> @@ -387,6 +391,11 @@ <article role="main"> <section id="changelog"> <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading">#</a></h1> +<section id="11.1.0"> +<h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v11.1.0">11.1.0</a> <span style="font-size: 75%;">30th March 2024</span></h2><ul class="simple"> +<li><p>[<span style="color: #4070A0;">Support</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/210">#210</a><span>:</span> Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12</p></li> +</ul> +</section> <section id="11.0.1"> <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v11.0.1">11.0.1</a> <span style="font-size: 75%;">20th March 2024</span></h2><ul class="simple"> <li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/209">#209</a><span>:</span> Extract original error from <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.CommandInvokeError" title="(in discord.py v2.4.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.errors.CommandInvokeError</span></code></a> before handling it.</p></li> @@ -801,7 +810,7 @@ </aside> </div> -</div><script src="_static/documentation_options.js?v=6a5133bb"></script> +</div><script src="_static/documentation_options.js?v=bffcfdfb"></script> <script src="_static/doctools.js?v=888ff710"></script> <script src="_static/sphinx_highlight.js?v=dc90522c"></script> <script src="_static/scripts/furo.js?v=32e29ea5"></script> |