@@ -10,13 +10,14 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10
10
11
11
- Drop support for Python 3.8
12
12
- Add support for python 3.13
13
+ - Enhance ` dotenv run ` , switch to ` execvpe ` for better resource management and signal handling ([ #523 ] ) by [ @eekstunt ]
13
14
14
15
## [ 1.0.1] - 2024-01-23
15
16
16
17
** Fixed**
17
18
18
19
* Gracefully handle code which has been imported from a zipfile ([ #456 ] by [ @samwyma ] )
19
- * Allow modules using load_dotenv to be reloaded when launched in a separate thread ([ #497 ] by [ @freddyaboulton ] )
20
+ * Allow modules using ` load_dotenv ` to be reloaded when launched in a separate thread ([ #497 ] by [ @freddyaboulton ] )
20
21
* Fix file not closed after deletion, handle error in the rewrite function ([ #469 ] by [ @Qwerty-133 ] )
21
22
22
23
** Misc**
@@ -323,7 +324,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
323
324
324
325
## 0.5.1
325
326
326
- - Fix find \_ dotenv - it now start search from the file where this
327
+ - Fix ` find_dotenv ` - it now start search from the file where this
327
328
function is called from.
328
329
329
330
## 0.5.0
@@ -352,6 +353,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
352
353
[ #466 ] : https://github.com/theskumar/python-dotenv/issues/466
353
354
[ #454 ] : https://github.com/theskumar/python-dotenv/issues/454
354
355
[ #474 ] : https://github.com/theskumar/python-dotenv/issues/474
356
+ [ #523 ] : https://github.com/theskumar/python-dotenv/issues/523
355
357
356
358
[ @alanjds ] : https://github.com/alanjds
357
359
[ @altendky ] : https://github.com/altendky
@@ -362,6 +364,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
362
364
[ @cjauvin ] : https://github.com/cjauvin
363
365
[ @eaf ] : https://github.com/eaf
364
366
[ @earlbread ] : https://github.com/earlbread
367
+ [ @eekstunt ] : https://github.com/eekstunt
365
368
[ @eggplants ] : https://github.com/@eggplants
366
369
[ @ekohl ] : https://github.com/ekohl
367
370
[ @elbehery95 ] : https://github.com/elbehery95
0 commit comments