Skip to content

Commit 01f8997

Browse files
committed
docs update
1 parent 6a02ef5 commit 01f8997

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)