@@ -5,7 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
9
22
10
23
** Fixed**
11
24
@@ -328,6 +341,11 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
328
341
[ #176 ] : https://github.com/theskumar/python-dotenv/issues/176
329
342
[ #183 ] : https://github.com/theskumar/python-dotenv/issues/183
330
343
[ #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
331
349
332
350
[ @alanjds ] : https://github.com/alanjds
333
351
[ @altendky ] : https://github.com/altendky
@@ -341,21 +359,27 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
341
359
[ @eggplants ] : https://github.com/@eggplants
342
360
[ @ekohl ] : https://github.com/ekohl
343
361
[ @elbehery95 ] : https://github.com/elbehery95
362
+ [ @eumiro ] : https://github.com/eumiro
344
363
[ @Flimm ] : https://github.com/Flimm
364
+ [ @freddyaboulton ] : https://github.com/freddyaboulton
345
365
[ @gergelyk ] : https://github.com/gergelyk
346
366
[ @gongqingkui ] : https://github.com/gongqingkui
347
367
[ @greyli ] : https://github.com/greyli
348
368
[ @harveer07 ] : https://github.com/@harveer07
349
369
[ @jadutter ] : https://github.com/jadutter
370
+ [ @jankislinger ] : https://github.com/jankislinger
350
371
[ @jctanner ] : https://github.com/jctanner
351
372
[ @larsks ] : https://github.com/@larsks
352
373
[ @lsmith77 ] : https://github.com/lsmith77
353
374
[ @mgorny ] : https://github.com/mgorny
354
375
[ @naorlivne ] : https://github.com/@naorlivne
376
+ [ @Nicals ] : https://github.com/Nicals
355
377
[ @Nougat-Waffle ] : https://github.com/Nougat-Waffle
356
378
[ @qnighy ] : https://github.com/qnighy
379
+ [ @Qwerty-133 ] : https://github.com/Qwerty-133
357
380
[ @rabinadk1 ] : https://github.com/@rabinadk1
358
381
[ @sammck ] : https://github.com/@sammck
382
+ [ @samwyma ] : https://github.com/samwyma
359
383
[ @snobu ] : https://github.com/snobu
360
384
[ @techalchemy ] : https://github.com/techalchemy
361
385
[ @theGOTOguy ] : https://github.com/theGOTOguy
@@ -367,7 +391,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
367
391
[ @zueve ] : https://github.com/zueve
368
392
369
393
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
371
396
[ 1.0.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
372
397
[ 0.21.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1
373
398
[ 0.21.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
0 commit comments