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).
99## [ 1.1.0] - 2025-03-25
1010
1111** Feature**
12+
1213- Add support for python 3.13
1314- Enhance ` dotenv run ` , switch to ` execvpe ` for better resource management and signal handling ([ #523 ] ) by [ @eekstunt ]
1415
1516** Fixed**
17+
1618- ` find_dotenv ` and ` load_dotenv ` now correctly looks up at the current directory when running in debugger or pdb ([ #553 ] by [ @randomseed42 ] )
1719
1820** Misc**
21+
1922- Drop support for Python 3.8
2023
2124## [ 1.0.1] - 2024-01-23
@@ -407,7 +410,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
407410[ @zueve ] : https://github.com/zueve
408411[ @randomseed42 ] : https://github.com/zueve
409412
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
411415[ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
412416[ 1.0.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
413417[ 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