File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,16 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
## [ 1.1.0] - 2025-03-25
10
10
11
11
** Feature**
12
+
12
13
- Add support for python 3.13
13
14
- Enhance ` dotenv run ` , switch to ` execvpe ` for better resource management and signal handling ([ #523 ] ) by [ @eekstunt ]
14
15
15
16
** Fixed**
17
+
16
18
- ` find_dotenv ` and ` load_dotenv ` now correctly looks up at the current directory when running in debugger or pdb ([ #553 ] by [ @randomseed42 ] )
17
19
18
20
** Misc**
21
+
19
22
- Drop support for Python 3.8
20
23
21
24
## [ 1.0.1] - 2024-01-23
@@ -407,7 +410,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
407
410
[ @zueve ] : https://github.com/zueve
408
411
[ @randomseed42 ] : https://github.com/zueve
409
412
410
- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...HEAD
413
+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.1.0...HEAD
414
+ [ 1.1.0 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
411
415
[ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
412
416
[ 1.0.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
413
417
[ 0.21.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1
You can’t perform that action at this time.
0 commit comments