@@ -6,12 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
- ## [ Unreleased ]
9
+ ## [ Unrelased ]
10
10
11
- - Drop support for Python 3.8
11
+ ** Feature **
12
12
- Add support for python 3.13
13
13
- Enhance ` dotenv run ` , switch to ` execvpe ` for better resource management and signal handling ([ #523 ] ) by [ @eekstunt ]
14
14
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
+
15
21
## [ 1.0.1] - 2024-01-23
16
22
17
23
** Fixed**
@@ -354,6 +360,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
354
360
[ #454 ] : https://github.com/theskumar/python-dotenv/issues/454
355
361
[ #474 ] : https://github.com/theskumar/python-dotenv/issues/474
356
362
[ #523 ] : https://github.com/theskumar/python-dotenv/issues/523
363
+ [ #553 ] : https://github.com/theskumar/python-dotenv/issues/553
357
364
358
365
[ @alanjds ] : https://github.com/alanjds
359
366
[ @altendky ] : https://github.com/altendky
@@ -398,7 +405,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
398
405
[ @x-yuri ] : https://github.com/x-yuri
399
406
[ @yannham ] : https://github.com/yannham
400
407
[ @zueve ] : https://github.com/zueve
401
-
408
+ [ @randomseed42 ] : https://github.com/zueve
402
409
403
410
[ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...HEAD
404
411
[ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
0 commit comments