Skip to content

Commit 1fe11cc

Browse files
committed
upadate changelog
1 parent 80cfe9f commit 1fe11cc

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
66
project 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

Comments
 (0)