@@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
66project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ] - 2025-06-24
8+ ## [ 1.2.0 ] - 2025-10-26
99
10- - Add support for disabling of ` load_dotenv() ` using ` PYTHON_DOTENV_DISABLED ` env var.
10+ - Upgrade build system to use PEP 517 & PEP 518 to use ` build ` and ` pyproject.toml ` by [ @EpicWink ] in [ #583 ]
11+ - Add support for Python 3.14 by [ @23f3001135 ] in [ #579 ] ( https://github.com/theskumar/python-dotenv/pull/563 )
12+ - Add support for disabling of ` load_dotenv() ` using ` PYTHON_DOTENV_DISABLED ` env var. by [ @matthewfranglen ] in [ #569 ]
1113
1214## [ 1.1.1] - 2025-06-24
1315
@@ -375,7 +377,15 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
375377[ #474 ] : https://github.com/theskumar/python-dotenv/issues/474
376378[ #523 ] : https://github.com/theskumar/python-dotenv/issues/523
377379[ #553 ] : https://github.com/theskumar/python-dotenv/issues/553
380+ [ #569 ] : https://github.com/theskumar/python-dotenv/issues/569
381+ [ #583 ] : https://github.com/theskumar/python-dotenv/issues/583
378382
383+ [ @23f3001135 ] : https://github.com/23f3001135
384+ [ @EpicWink ] : https://github.com/EpicWink
385+ [ @Flimm ] : https://github.com/Flimm
386+ [ @Nicals ] : https://github.com/Nicals
387+ [ @Nougat-Waffle ] : https://github.com/Nougat-Waffle
388+ [ @Qwerty-133 ] : https://github.com/Qwerty-133
379389[ @alanjds ] : https://github.com/alanjds
380390[ @altendky ] : https://github.com/altendky
381391[ @andrewsmith ] : https://github.com/andrewsmith
@@ -390,7 +400,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
390400[ @ekohl ] : https://github.com/ekohl
391401[ @elbehery95 ] : https://github.com/elbehery95
392402[ @eumiro ] : https://github.com/eumiro
393- [ @Flimm ] : https://github.com/Flimm
394403[ @freddyaboulton ] : https://github.com/freddyaboulton
395404[ @gergelyk ] : https://github.com/gergelyk
396405[ @gongqingkui ] : https://github.com/gongqingkui
@@ -401,13 +410,12 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
401410[ @jctanner ] : https://github.com/jctanner
402411[ @larsks ] : https://github.com/@larsks
403412[ @lsmith77 ] : https://github.com/lsmith77
413+ [ @matthewfranglen ] : https://github.com/matthewfranglen
404414[ @mgorny ] : https://github.com/mgorny
405415[ @naorlivne ] : https://github.com/@naorlivne
406- [ @Nicals ] : https://github.com/Nicals
407- [ @Nougat-Waffle ] : https://github.com/Nougat-Waffle
408416[ @qnighy ] : https://github.com/qnighy
409- [ @Qwerty-133 ] : https://github.com/Qwerty-133
410417[ @rabinadk1 ] : https://github.com/@rabinadk1
418+ [ @randomseed42 ] : https://github.com/zueve
411419[ @sammck ] : https://github.com/@sammck
412420[ @samwyma ] : https://github.com/samwyma
413421[ @snobu ] : https://github.com/snobu
@@ -416,14 +424,14 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
416424[ @theskumar ] : https://github.com/theskumar
417425[ @ulyssessouza ] : https://github.com/ulyssessouza
418426[ @venthur ] : https://github.com/venthur
427+ [ @wrongontheinternet ] : https://github.com/wrongontheinternet
419428[ @x-yuri ] : https://github.com/x-yuri
420429[ @yannham ] : https://github.com/yannham
421430[ @zueve ] : https://github.com/zueve
422- [ @randomseed42 ] : https://github.com/zueve
423- [ @wrongontheinternet ] : https://github.com/wrongontheinternet
424431
425- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.1.1...HEAD
426- [ 1.1.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.1.0...1.1.1
432+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.2.0...HEAD
433+ [ 1.2.0 ] : https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.0
434+ [ 1.1.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1
427435[ 1.1.0 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
428436[ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
429437[ 1.0.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
0 commit comments