Skip to content

Commit

Permalink
Deployed 9612110 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2025
1 parent 3a67be3 commit 32882f8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 13 deletions.
58 changes: 46 additions & 12 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,21 @@
</span>
</a>

<nav class="md-nav" aria-label="[Unreleased]">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -424,7 +439,7 @@
</li>

<li class="md-nav__item">
<a href="#changed" class="md-nav__link">
<a href="#changed_1" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -499,7 +514,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
<a href="#changed_2" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -556,7 +571,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_2" class="md-nav__link">
<a href="#changed_3" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -589,7 +604,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_3" class="md-nav__link">
<a href="#changed_4" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -739,6 +754,21 @@
</span>
</a>

<nav class="md-nav" aria-label="[Unreleased]">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -818,7 +848,7 @@
</li>

<li class="md-nav__item">
<a href="#changed" class="md-nav__link">
<a href="#changed_1" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -893,7 +923,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
<a href="#changed_2" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -950,7 +980,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_2" class="md-nav__link">
<a href="#changed_3" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -983,7 +1013,7 @@
</li>

<li class="md-nav__item">
<a href="#changed_3" class="md-nav__link">
<a href="#changed_4" class="md-nav__link">
<span class="md-ellipsis">
Changed
</span>
Expand Down Expand Up @@ -1115,6 +1145,10 @@ <h1 id="changelog">Changelog</h1>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2 id="unreleased">[Unreleased]</h2>
<h3 id="changed">Changed</h3>
<ul>
<li>Updated <code>poetry</code> to version 2.0.0</li>
</ul>
<h2 id="500-2025-01-25">[5.0.0] - 2025-01-25</h2>
<h3 id="added">Added</h3>
<ul>
Expand All @@ -1136,7 +1170,7 @@ <h3 id="added_2">Added</h3>
<ul>
<li>Added emoji support for log levels in <code>Formatter</code></li>
</ul>
<h3 id="changed">Changed</h3>
<h3 id="changed_1">Changed</h3>
<ul>
<li>Changed the default time format in <code>TelegramFormatter</code> from <code>[%H:%M:%S]</code> to <code>%H:%M:%S</code></li>
</ul>
Expand All @@ -1160,7 +1194,7 @@ <h3 id="fixed_1">Fixed</h3>
<ul>
<li>Fixed an issue in <code>LoggingAdapterHandler</code> where the attributes <code>filename</code>, <code>function</code>, and <code>line</code> were not set for the <code>Record</code> object</li>
</ul>
<h3 id="changed_1">Changed</h3>
<h3 id="changed_2">Changed</h3>
<ul>
<li>Reorganized imports</li>
</ul>
Expand All @@ -1174,7 +1208,7 @@ <h3 id="added_4">Added</h3>
<ul>
<li>New attributes for the <code>Record</code> class: <code>filename</code>, <code>line</code>, <code>basename</code>, <code>relpath</code>, <code>function</code></li>
</ul>
<h3 id="changed_2">Changed</h3>
<h3 id="changed_3">Changed</h3>
<ul>
<li>In the default template (attribute <code>template</code>) for the <code>Formatter</code> class, the relative path to the file and line are displayed</li>
</ul>
Expand All @@ -1184,7 +1218,7 @@ <h3 id="added_5">Added</h3>
<li>Asynchronous support</li>
<li>New dependency: <code>anyio</code></li>
</ul>
<h3 id="changed_3">Changed</h3>
<h3 id="changed_4">Changed</h3>
<ul>
<li>Changed structure and module imports for better code organization</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 32882f8

Please sign in to comment.