@@ -5,7 +5,20 @@ 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.0.0]
8+ ## [ 1.0.1] - 2024-01-23
9+
10+ ** Fixed**
11+
12+ * Gracefully handle code which has been imported from a zipfile ([ #456 ] by [ @samwyma ] )
13+ * Allow modules using load_dotenv to be reloaded when launched in a separate thread ([ #497 ] by [ @freddyaboulton ] )
14+ * Fix file not closed after deletion, handle error in the rewrite function ([ #469 ] by [ @Qwerty-133 ] )
15+
16+ ** Misc**
17+ * Use pathlib.Path in tests ([ #466 ] by [ @eumiro ] )
18+ * Fix year in release date in changelog.md ([ #454 ] by [ @jankislinger ] )
19+ * Use https in README links ([ #474 ] by [ @Nicals ] )
20+
21+ ## [ 1.0.0] - 2023-02-24
922
1023** Fixed**
1124
@@ -328,6 +341,11 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
328341[ #176 ] : https://github.com/theskumar/python-dotenv/issues/176
329342[ #183 ] : https://github.com/theskumar/python-dotenv/issues/183
330343[ #359 ] : https://github.com/theskumar/python-dotenv/issues/359
344+ [ #469 ] : https://github.com/theskumar/python-dotenv/issues/469
345+ [ #456 ] : https://github.com/theskumar/python-dotenv/issues/456
346+ [ #466 ] : https://github.com/theskumar/python-dotenv/issues/466
347+ [ #454 ] : https://github.com/theskumar/python-dotenv/issues/454
348+ [ #474 ] : https://github.com/theskumar/python-dotenv/issues/474
331349
332350[ @alanjds ] : https://github.com/alanjds
333351[ @altendky ] : https://github.com/altendky
@@ -341,21 +359,27 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
341359[ @eggplants ] : https://github.com/@eggplants
342360[ @ekohl ] : https://github.com/ekohl
343361[ @elbehery95 ] : https://github.com/elbehery95
362+ [ @eumiro ] : https://github.com/eumiro
344363[ @Flimm ] : https://github.com/Flimm
364+ [ @freddyaboulton ] : https://github.com/freddyaboulton
345365[ @gergelyk ] : https://github.com/gergelyk
346366[ @gongqingkui ] : https://github.com/gongqingkui
347367[ @greyli ] : https://github.com/greyli
348368[ @harveer07 ] : https://github.com/@harveer07
349369[ @jadutter ] : https://github.com/jadutter
370+ [ @jankislinger ] : https://github.com/jankislinger
350371[ @jctanner ] : https://github.com/jctanner
351372[ @larsks ] : https://github.com/@larsks
352373[ @lsmith77 ] : https://github.com/lsmith77
353374[ @mgorny ] : https://github.com/mgorny
354375[ @naorlivne ] : https://github.com/@naorlivne
376+ [ @Nicals ] : https://github.com/Nicals
355377[ @Nougat-Waffle ] : https://github.com/Nougat-Waffle
356378[ @qnighy ] : https://github.com/qnighy
379+ [ @Qwerty-133 ] : https://github.com/Qwerty-133
357380[ @rabinadk1 ] : https://github.com/@rabinadk1
358381[ @sammck ] : https://github.com/@sammck
382+ [ @samwyma ] : https://github.com/samwyma
359383[ @snobu ] : https://github.com/snobu
360384[ @techalchemy ] : https://github.com/techalchemy
361385[ @theGOTOguy ] : https://github.com/theGOTOguy
@@ -367,7 +391,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
367391[ @zueve ] : https://github.com/zueve
368392
369393
370- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...HEAD
394+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...HEAD
395+ [ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
371396[ 1.0.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
372397[ 0.21.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1
373398[ 0.21.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
0 commit comments