Skip to content

Commit e6d8751

Browse files
committed
Deployed 01f8997 with MkDocs version: 1.6.1
1 parent 1ea1562 commit e6d8751

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

changelog/index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -872,13 +872,19 @@ <h1 id="changelog">Changelog</h1>
872872
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this
873873
project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
874874
<h2 id="110-2025-03-25"><a href="https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0">1.1.0</a> - 2025-03-25</h2>
875-
<p><strong>Feature</strong>
876-
- Add support for python 3.13
877-
- Enhance <code>dotenv run</code>, switch to <code>execvpe</code> for better resource management and signal handling (<a href="https://github.com/theskumar/python-dotenv/issues/523">#523</a>) by <a href="https://github.com/eekstunt">@eekstunt</a></p>
878-
<p><strong>Fixed</strong>
879-
- <code>find_dotenv</code> and <code>load_dotenv</code> now correctly looks up at the current directory when running in debugger or pdb (<a href="https://github.com/theskumar/python-dotenv/issues/553">#553</a> by <a href="https://github.com/zueve">@randomseed42</a>)</p>
880-
<p><strong>Misc</strong>
881-
- Drop support for Python 3.8</p>
875+
<p><strong>Feature</strong></p>
876+
<ul>
877+
<li>Add support for python 3.13</li>
878+
<li>Enhance <code>dotenv run</code>, switch to <code>execvpe</code> for better resource management and signal handling (<a href="https://github.com/theskumar/python-dotenv/issues/523">#523</a>) by <a href="https://github.com/eekstunt">@eekstunt</a></li>
879+
</ul>
880+
<p><strong>Fixed</strong></p>
881+
<ul>
882+
<li><code>find_dotenv</code> and <code>load_dotenv</code> now correctly looks up at the current directory when running in debugger or pdb (<a href="https://github.com/theskumar/python-dotenv/issues/553">#553</a> by <a href="https://github.com/zueve">@randomseed42</a>)</li>
883+
</ul>
884+
<p><strong>Misc</strong></p>
885+
<ul>
886+
<li>Drop support for Python 3.8</li>
887+
</ul>
882888
<h2 id="101-2024-01-23"><a href="https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1">1.0.1</a> - 2024-01-23</h2>
883889
<p><strong>Fixed</strong></p>
884890
<ul>

0 commit comments

Comments
 (0)