@@ -5,6 +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+ ## [ 1.2.1] - 2025-10-26
9+
10+ - Move more config to ` pyproject.toml ` , removed ` setup.cfg `
11+ - Add support for reading ` .env ` from FIFOs (Unix) by [ @sidharth-sudhir ] in [ #586 ]
12+
813## [ 1.2.0] - 2025-10-26
914
1015- Upgrade build system to use PEP 517 & PEP 518 to use ` build ` and ` pyproject.toml ` by [ @EpicWink ] in [ #583 ]
@@ -361,6 +366,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
361366 [ @hugochinchilla ] ( https://github.com/hugochinchilla ) ).
362367- Improved test coverage.
363368
369+ <!-- PR LINKS -->
364370[ #78 ] : https://github.com/theskumar/python-dotenv/issues/78
365371[ #121 ] : https://github.com/theskumar/python-dotenv/issues/121
366372[ #148 ] : https://github.com/theskumar/python-dotenv/issues/148
@@ -379,7 +385,9 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
379385[ #553 ] : https://github.com/theskumar/python-dotenv/issues/553
380386[ #569 ] : https://github.com/theskumar/python-dotenv/issues/569
381387[ #583 ] : https://github.com/theskumar/python-dotenv/issues/583
388+ [ #586 ] : https://github.com/theskumar/python-dotenv/issues/586
382389
390+ <!-- contributors -->
383391[ @23f3001135 ] : https://github.com/23f3001135
384392[ @EpicWink ] : https://github.com/EpicWink
385393[ @Flimm ] : https://github.com/Flimm
@@ -418,6 +426,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
418426[ @randomseed42 ] : https://github.com/zueve
419427[ @sammck ] : https://github.com/@sammck
420428[ @samwyma ] : https://github.com/samwyma
429+ [ @sidharth-sudhir ] : https://github.com/sidharth-sudhir
421430[ @snobu ] : https://github.com/snobu
422431[ @techalchemy ] : https://github.com/techalchemy
423432[ @theGOTOguy ] : https://github.com/theGOTOguy
0 commit comments