Sourced from python-dotenv's releases.
v1.1.0
What's Changed
- Add a security policy by
@bbc2in theskumar/python-dotenv#512- Keep GitHub Actions up to date with GitHub's Dependabot by
@cclaussin theskumar/python-dotenv#506- ci: fix multiline string in test.yml & use fail-fast strategy by
@cclaussin theskumar/python-dotenv#514- Enhance dotenv run: Switch to execvpe for better resource management and signal handling by
@eekstuntin theskumar/python-dotenv#523- ci: add py3.13 to test.yml by
@waketzhengin theskumar/python-dotenv#527- Add Python 3.13 trove classifier by
@edgarrmondragonin theskumar/python-dotenv#535- Bump the github-actions group with 2 updates by
@dependabotin theskumar/python-dotenv#529- Add support for python 3.13 and drop 3.8 by
@theskumarin theskumar/python-dotenv#551- docs: Update README.md by
@chapeupretoin theskumar/python-dotenv#516- Some more s/Python-dotenv/python-dotenv/ by
@theskumarin theskumar/python-dotenv#552- add _is_debugger so load_dotenv will work in pdb by
@randomseed42in theskumar/python-dotenv#553New Contributors
@eekstuntmade their first contribution in theskumar/python-dotenv#523@waketzhengmade their first contribution in theskumar/python-dotenv#527@edgarrmondragonmade their first contribution in theskumar/python-dotenv#535@dependabotmade their first contribution in theskumar/python-dotenv#529@chapeupretomade their first contribution in theskumar/python-dotenv#516@randomseed42made their first contribution in theskumar/python-dotenv#553Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
Sourced from python-dotenv's changelog.
[1.1.0] - 2025-03-25
Feature
- Add support for python 3.13
- Enhance
dotenv run, switch toexecvpefor better resource management and signal handling (#523) by [@eekstunt]Fixed
find_dotenvandload_dotenvnow correctly looks up at the current directory when running in debugger or pdb (#553 by [@randomseed42])Misc
- Drop support for Python 3.8
[1.0.1] - 2024-01-23
Fixed
- Gracefully handle code which has been imported from a zipfile (#456 by [
@samwyma])- Allow modules using
load_dotenvto be reloaded when launched in a separate thread (#497 by [@freddyaboulton])- Fix file not closed after deletion, handle error in the rewrite function (#469 by [
@Qwerty-133])Misc
- Use pathlib.Path in tests (#466 by [
@eumiro])- Fix year in release date in changelog.md (#454 by [
@jankislinger])- Use https in README links (#474 by [
@Nicals])[1.0.0] - 2023-02-24
Fixed
- Drop support for python 3.7, add python 3.12-dev (#449 by [
@theskumar])- Handle situations where the cwd does not exist. (#446 by [
@jctanner])[0.21.1] - 2023-01-21
Added
- Use Python 3.11 non-beta in CI (#438 by [
@bbc2])- Modernize variables code (#434 by [
@Nougat-Waffle])- Modernize main.py and parser.py code (#435 by [
@Nougat-Waffle])- Improve conciseness of cli.py and init.py (#439 by [
@Nougat-Waffle])- Improve error message for
getandlistcommands when env file can't be opened (#441 by [@bbc2])- Updated License to align with BSD OSI template (#433 by [
@lsmith77])Fixed
... (truncated)
6a02ef5
update mkdocs -> mkdocstrings config36c6270
Update changelog2198b69
Bump version: 1.0.1 → 1.1.0c89fb6d
Update changelog8dd413e
Add _is_debugger so load_dotenv will work in pdb (#553)9acba4a
Some more s/Python-dotenv/python-dotenv/ (#552)3c19c03
s/Python-dotenv/python-dotenv/ (#516)4159388
Add support for python 3.13 and drop 3.8 (#551)2b8635b
Bump the github-actions group with 2 updates (#529)533f8ac
Add Python 3.13 trove classifier (#535)