@@ -6,12 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88
9- ## [ Unreleased ]
9+ ## [ Unrelased ]
1010
11- - Drop support for Python 3.8
11+ ** Feature **
1212- Add support for python 3.13
1313- Enhance ` dotenv run ` , switch to ` execvpe ` for better resource management and signal handling ([ #523 ] ) by [ @eekstunt ]
1414
15+ ** Fixed**
16+ - ` find_dotenv ` and ` load_dotenv ` now correctly looks up at the current directory when running in debugger or pdb ([ #553 ] by [ @randomseed42 ] )
17+
18+ ** Misc**
19+ - Drop support for Python 3.8
20+
1521## [ 1.0.1] - 2024-01-23
1622
1723** Fixed**
@@ -354,6 +360,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
354360[ #454 ] : https://github.com/theskumar/python-dotenv/issues/454
355361[ #474 ] : https://github.com/theskumar/python-dotenv/issues/474
356362[ #523 ] : https://github.com/theskumar/python-dotenv/issues/523
363+ [ #553 ] : https://github.com/theskumar/python-dotenv/issues/553
357364
358365[ @alanjds ] : https://github.com/alanjds
359366[ @altendky ] : https://github.com/altendky
@@ -398,7 +405,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
398405[ @x-yuri ] : https://github.com/x-yuri
399406[ @yannham ] : https://github.com/yannham
400407[ @zueve ] : https://github.com/zueve
401-
408+ [ @randomseed42 ] : https://github.com/zueve
402409
403410[ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...HEAD
404411[ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
0 commit comments